|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentRoot
A representation of the model object 'Document Root'.
The following features are supported:
Mixed
XMLNS Prefix Map
XSI Schema Location
Data
Default
Desc
Edge
Endpoint
Graph
Graphml
Hyperedge
Key
Locator
Node
Port
GraphMLPackage.getDocumentRoot()
extendedMetaData | = | "name='' |
kind | = | 'mixed'" |
Method Summary | |
---|---|
DataType |
getData()
Returns the value of the 'Data' containment reference. |
DefaultType |
getDefault()
Returns the value of the 'Default' containment reference. |
String |
getDesc()
Returns the value of the 'Desc' attribute. |
EdgeType |
getEdge()
Returns the value of the 'Edge' containment reference. |
EndpointType |
getEndpoint()
Returns the value of the 'Endpoint' containment reference. |
GraphType |
getGraph()
Returns the value of the 'Graph' containment reference. |
GraphmlType |
getGraphml()
Returns the value of the 'Graphml' containment reference. |
HyperedgeType |
getHyperedge()
Returns the value of the 'Hyperedge' containment reference. |
KeyType |
getKey()
Returns the value of the 'Key' containment reference. |
LocatorType |
getLocator()
Returns the value of the 'Locator' containment reference. |
FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list. |
NodeType |
getNode()
Returns the value of the 'Node' containment reference. |
PortType |
getPort()
Returns the value of the 'Port' containment reference. |
EMap<String,String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. |
EMap<String,String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. |
void |
setData(DataType value)
Sets the value of the ' Data ' containment reference. |
void |
setDefault(DefaultType value)
Sets the value of the ' Default ' containment reference. |
void |
setDesc(String value)
Sets the value of the ' Desc ' attribute. |
void |
setEdge(EdgeType value)
Sets the value of the ' Edge ' containment reference. |
void |
setEndpoint(EndpointType value)
Sets the value of the ' Endpoint ' containment reference. |
void |
setGraph(GraphType value)
Sets the value of the ' Graph ' containment reference. |
void |
setGraphml(GraphmlType value)
Sets the value of the ' Graphml ' containment reference. |
void |
setHyperedge(HyperedgeType value)
Sets the value of the ' Hyperedge ' containment reference. |
void |
setKey(KeyType value)
Sets the value of the ' Key ' containment reference. |
void |
setLocator(LocatorType value)
Sets the value of the ' Locator ' containment reference. |
void |
setNode(NodeType value)
Sets the value of the ' Node ' containment reference. |
void |
setPort(PortType value)
Sets the value of the ' Port ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
GraphMLPackage.getDocumentRoot_Mixed()
unique | = | false |
dataType | = | org.eclipse.emf.ecore.EFeatureMapEntry |
many | = | true |
extendedMetaData | = | "kind='elementWildcard' |
name | = | ':mixed'" |
EMap<String,String> getXMLNSPrefixMap()
String
,
and the value is of type String
,
If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
GraphMLPackage.getDocumentRoot_XMLNSPrefixMap()
mapType | = | "org.eclipse.emf.ecore.EStringToStringMapEntry |
transient | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'xmlns:prefix'" |
EMap<String,String> getXSISchemaLocation()
String
,
and the value is of type String
,
If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
GraphMLPackage.getDocumentRoot_XSISchemaLocation()
mapType | = | "org.eclipse.emf.ecore.EStringToStringMapEntry |
transient | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'xsi:schemaLocation'" |
DataType getData()
setData(DataType)
,
GraphMLPackage.getDocumentRoot_Data()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
void setData(DataType value)
Data
' containment reference.
value
- the new value of the 'Data' containment reference.getData()
DefaultType getDefault()
setDefault(DefaultType)
,
GraphMLPackage.getDocumentRoot_Default()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'default' |
namespace | = | '##targetNamespace'" |
void setDefault(DefaultType value)
Default
' containment reference.
value
- the new value of the 'Default' containment reference.getDefault()
String getDesc()
setDesc(String)
,
GraphMLPackage.getDocumentRoot_Desc()
unique | = | false |
dataType | = | org.eclipse.emf.ecore.xml.type.String |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'desc' |
namespace | = | '##targetNamespace'" |
void setDesc(String value)
Desc
' attribute.
value
- the new value of the 'Desc' attribute.getDesc()
EdgeType getEdge()
setEdge(EdgeType)
,
GraphMLPackage.getDocumentRoot_Edge()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'edge' |
namespace | = | '##targetNamespace'" |
void setEdge(EdgeType value)
Edge
' containment reference.
value
- the new value of the 'Edge' containment reference.getEdge()
EndpointType getEndpoint()
setEndpoint(EndpointType)
,
GraphMLPackage.getDocumentRoot_Endpoint()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'endpoint' |
namespace | = | '##targetNamespace'" |
void setEndpoint(EndpointType value)
Endpoint
' containment reference.
value
- the new value of the 'Endpoint' containment reference.getEndpoint()
GraphType getGraph()
setGraph(GraphType)
,
GraphMLPackage.getDocumentRoot_Graph()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'graph' |
namespace | = | '##targetNamespace'" |
void setGraph(GraphType value)
Graph
' containment reference.
value
- the new value of the 'Graph' containment reference.getGraph()
GraphmlType getGraphml()
setGraphml(GraphmlType)
,
GraphMLPackage.getDocumentRoot_Graphml()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'graphml' |
namespace | = | '##targetNamespace'" |
void setGraphml(GraphmlType value)
Graphml
' containment reference.
value
- the new value of the 'Graphml' containment reference.getGraphml()
HyperedgeType getHyperedge()
setHyperedge(HyperedgeType)
,
GraphMLPackage.getDocumentRoot_Hyperedge()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'hyperedge' |
namespace | = | '##targetNamespace'" |
void setHyperedge(HyperedgeType value)
Hyperedge
' containment reference.
value
- the new value of the 'Hyperedge' containment reference.getHyperedge()
KeyType getKey()
setKey(KeyType)
,
GraphMLPackage.getDocumentRoot_Key()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'key' |
namespace | = | '##targetNamespace'" |
void setKey(KeyType value)
Key
' containment reference.
value
- the new value of the 'Key' containment reference.getKey()
LocatorType getLocator()
setLocator(LocatorType)
,
GraphMLPackage.getDocumentRoot_Locator()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'locator' |
namespace | = | '##targetNamespace'" |
void setLocator(LocatorType value)
Locator
' containment reference.
value
- the new value of the 'Locator' containment reference.getLocator()
NodeType getNode()
setNode(NodeType)
,
GraphMLPackage.getDocumentRoot_Node()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'node' |
namespace | = | '##targetNamespace'" |
void setNode(NodeType value)
Node
' containment reference.
value
- the new value of the 'Node' containment reference.getNode()
PortType getPort()
setPort(PortType)
,
GraphMLPackage.getDocumentRoot_Port()
containment | = | true |
upper | = | -2 |
transient | = | true |
volatile | = | true |
derived | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'port' |
namespace | = | '##targetNamespace'" |
void setPort(PortType value)
Port
' containment reference.
value
- the new value of the 'Port' containment reference.getPort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |