Interface DocumentRoot

    • Method Detail

      • 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:
        LqnPackage.getDocumentRoot_Mixed()
        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:
        LqnPackage.getDocumentRoot_XMLNSPrefixMap()
        Generated class or method.
        EMF model class or method.
        mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry" 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:
        LqnPackage.getDocumentRoot_XSISchemaLocation()
        Generated class or method.
        EMF model class or method.
        mapType= "org.eclipse.emf.ecore.EStringToStringMapEntry" 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:
        setLqnCore(LqnCoreType), LqnPackage.getDocumentRoot_LqnCore()
        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:
        getLqnCore()
        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:
        setLqnModel(LqnModelType), LqnPackage.getDocumentRoot_LqnModel()
        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:
        getLqnModel()
        Generated class or method.