Interface DocumentRoot

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot extends EObject
A representation of the model object 'Document Root'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='' kind='mixed'"
  • Method Details

    • getMixed

      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:
      Generated class or method.
      EMF model class or method.
      unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
    • getXMLNSPrefixMap

      EMap<String,String> 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:
      Generated class or method.
      EMF model class or method.
      mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
    • getXSISchemaLocation

      EMap<String,String> 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:
      Generated class or method.
      EMF model class or method.
      mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
    • getLqnCore

      LqnCoreType getLqnCore()
      Returns the value of the 'Lqn Core' containment reference.

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

      Returns:
      the value of the 'Lqn Core' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='lqn-core' namespace='##targetNamespace'"
    • setLqnCore

      void setLqnCore(LqnCoreType value)
      Sets the value of the 'Lqn Core' containment reference.
      Parameters:
      value - the new value of the 'Lqn Core' containment reference.
      See Also:
      Generated class or method.
    • getLqnModel

      LqnModelType getLqnModel()
      Returns the value of the 'Lqn Model' containment reference.

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

      Returns:
      the value of the 'Lqn Model' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='lqn-model' namespace='##targetNamespace'"
    • setLqnModel

      void setLqnModel(LqnModelType value)
      Sets the value of the 'Lqn Model' containment reference.
      Parameters:
      value - the new value of the 'Lqn Model' containment reference.
      See Also:
      Generated class or method.