public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FlaxmlPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
System |
getSystem()
Returns the value of the 'System' containment reference.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setSystem(System value)
Sets the value of the '
System ' containment reference. |
org.eclipse.emf.ecore.util.FeatureMap getMixed()
FeatureMap.Entry
.
If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
FlaxmlPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.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...
FlaxmlPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.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...
FlaxmlPackage.getDocumentRoot_XSISchemaLocation()
System getSystem()
If the meaning of the 'System' containment reference isn't clear, there really should be more of a description here...
setSystem(org.polarsys.chess.fla.flaxml.System)
,
FlaxmlPackage.getDocumentRoot_System()
void setSystem(System value)
System
' containment reference.
value
- the new value of the 'System' containment reference.getSystem()