public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExporterPackage.getDocumentRoot()
Modifier and Type | Method and Description |
---|---|
ConfigurationType |
getConfiguration()
Returns the value of the 'Configuration' containment reference.
|
org.eclipse.emf.ecore.util.FeatureMap |
getMixed()
Returns the value of the 'Mixed' attribute list.
|
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 |
setConfiguration(ConfigurationType value)
Sets the value of the '
Configuration ' 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...
ExporterPackage.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...
ExporterPackage.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...
ExporterPackage.getDocumentRoot_XSISchemaLocation()
ConfigurationType getConfiguration()
If the meaning of the 'Configuration' containment reference isn't clear, there really should be more of a description here...
setConfiguration(ConfigurationType)
,
ExporterPackage.getDocumentRoot_Configuration()
void setConfiguration(ConfigurationType value)
Configuration
' containment reference.
value
- the new value of the 'Configuration' containment reference.getConfiguration()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.