org.eodisp.hla.crc.omt
Interface DocumentRoot

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
OmtPackage.getDocumentRoot()
generated
model
extendedMetaData="name='' kind='mixed'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 ObjectModel getObjectModel()
          Returns the value of the 'Object Model' containment reference.
 org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 org.eclipse.emf.common.util.EMap getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setObjectModel(ObjectModel value)
          Sets the value of the 'Object Model' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
generated
Method Detail

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
OmtPackage.getDocumentRoot_Mixed()
generated
model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type 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...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
OmtPackage.getDocumentRoot_XMLNSPrefixMap()
generated
model
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"

getXSISchemaLocation

org.eclipse.emf.common.util.EMap getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type 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...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
OmtPackage.getDocumentRoot_XSISchemaLocation()
generated
model
mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"

getObjectModel

ObjectModel getObjectModel()
Returns the value of the 'Object Model' containment reference.

If the meaning of the 'Object Model' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Object Model' containment reference.
See Also:
setObjectModel(ObjectModel), OmtPackage.getDocumentRoot_ObjectModel()
generated
model
containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='objectModel' namespace='##targetNamespace'"

setObjectModel

void setObjectModel(ObjectModel value)
Sets the value of the 'Object Model' containment reference.

Parameters:
value - the new value of the 'Object Model' containment reference.
See Also:
getObjectModel()
generated