public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
RootType |
getRoot()
Returns the value of the 'Root' containment reference.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map.
|
org.eclipse.emf.common.util.EMap<String,String> |
getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map.
|
void |
setRoot(RootType value)
Sets the value of the '
Root ' containment reference. |
static final String copyright
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...
ConfigurationPackage.getDocumentRoot_Mixed()
org.eclipse.emf.common.util.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...
ConfigurationPackage.getDocumentRoot_XMLNSPrefixMap()
org.eclipse.emf.common.util.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...
ConfigurationPackage.getDocumentRoot_XSISchemaLocation()
RootType getRoot()
If the meaning of the 'Root' containment reference isn't clear, there really should be more of a description here...
setRoot(RootType)
,
ConfigurationPackage.getDocumentRoot_Root()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.