LqnCore.impl
Class DocumentRootImpl

java.lang.Object
  extended by EObjectImpl
      extended by LqnCore.impl.DocumentRootImpl
All Implemented Interfaces:
DocumentRoot

public class DocumentRootImpl
extends EObjectImpl
implements DocumentRoot

An implementation of the model object 'Document Root'.

The following features are implemented:


Field Summary
protected  FeatureMap mixed
          The cached value of the 'Mixed' attribute list.
protected   xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map.
protected   xSISchemaLocation
          The cached value of the 'XSI Schema Location' map.
 
Constructor Summary
protected DocumentRootImpl()
           
 
Method Summary
 NotificationChain basicSetLqnCore(LqnCoreType newLqnCore, NotificationChain msgs)
           
 NotificationChain basicSetLqnModel(LqnModelType newLqnModel, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 LqnCoreType getLqnCore()
           
 LqnModelType getLqnModel()
           
 FeatureMap getMixed()
           
  getXMLNSPrefixMap()
           
  getXSISchemaLocation()
           
 void setLqnCore(LqnCoreType newLqnCore)
           
 void setLqnModel(LqnModelType newLqnModel)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mixed

protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.

See Also:
getMixed()

xMLNSPrefixMap

protected  xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.

See Also:
getXMLNSPrefixMap()

xSISchemaLocation

protected  xSISchemaLocation
The cached value of the 'XSI Schema Location' map.

See Also:
getXSISchemaLocation()
Constructor Detail

DocumentRootImpl

protected DocumentRootImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getMixed

public FeatureMap getMixed()

Specified by:
getMixed in interface DocumentRoot
Returns:
the value of the 'Mixed' attribute list.
See Also:
LqnCorePackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

public  getXMLNSPrefixMap()

Specified by:
getXMLNSPrefixMap in interface DocumentRoot
Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
LqnCorePackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

public  getXSISchemaLocation()

Specified by:
getXSISchemaLocation in interface DocumentRoot
Returns:
the value of the 'XSI Schema Location' map.
See Also:
LqnCorePackage.getDocumentRoot_XSISchemaLocation()

getLqnCore

public LqnCoreType getLqnCore()

Specified by:
getLqnCore in interface DocumentRoot
Returns:
the value of the 'Lqn Core' containment reference.
See Also:
DocumentRoot.setLqnCore(LqnCoreType), LqnCorePackage.getDocumentRoot_LqnCore()

basicSetLqnCore

public NotificationChain basicSetLqnCore(LqnCoreType newLqnCore,
                                         NotificationChain msgs)


setLqnCore

public void setLqnCore(LqnCoreType newLqnCore)

Specified by:
setLqnCore in interface DocumentRoot
Parameters:
newLqnCore - the new value of the 'Lqn Core' containment reference.
See Also:
DocumentRoot.getLqnCore()

getLqnModel

public LqnModelType getLqnModel()

Specified by:
getLqnModel in interface DocumentRoot
Returns:
the value of the 'Lqn Model' containment reference.
See Also:
DocumentRoot.setLqnModel(LqnModelType), LqnCorePackage.getDocumentRoot_LqnModel()

basicSetLqnModel

public NotificationChain basicSetLqnModel(LqnModelType newLqnModel,
                                          NotificationChain msgs)


setLqnModel

public void setLqnModel(LqnModelType newLqnModel)

Specified by:
setLqnModel in interface DocumentRoot
Parameters:
newLqnModel - the new value of the 'Lqn Model' containment reference.
See Also:
DocumentRoot.getLqnModel()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()