g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions.impl
Class DocumentRootImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.functions.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:


Method Summary
 NotificationChain basicSetLoop(LoopType newLoop, NotificationChain msgs)
           
 NotificationChain basicSetValues(ValuesType newValues, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 LoopType getLoop()
           
 FeatureMap getMixed()
           
 ValuesType getValues()
           
 EMap getXMLNSPrefixMap()
           
 EMap getXSISchemaLocation()
           
 void setLoop(LoopType newLoop)
           
 void setValues(ValuesType newValues)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMixed

public FeatureMap getMixed()

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

getXMLNSPrefixMap

public EMap getXMLNSPrefixMap()

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

getXSISchemaLocation

public EMap getXSISchemaLocation()

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

getLoop

public LoopType getLoop()

Specified by:
getLoop in interface DocumentRoot
Returns:
the value of the 'Loop' containment reference.
See Also:
DocumentRoot.setLoop(LoopType), FunctionsPackage.getDocumentRoot_Loop()

basicSetLoop

public NotificationChain basicSetLoop(LoopType newLoop,
                                      NotificationChain msgs)


setLoop

public void setLoop(LoopType newLoop)

Specified by:
setLoop in interface DocumentRoot
Parameters:
newLoop - the new value of the 'Loop' containment reference.
See Also:
DocumentRoot.getLoop()

getValues

public ValuesType getValues()

Specified by:
getValues in interface DocumentRoot
Returns:
the value of the 'Values' containment reference.
See Also:
DocumentRoot.setValues(ValuesType), FunctionsPackage.getDocumentRoot_Values()

basicSetValues

public NotificationChain basicSetValues(ValuesType newValues,
                                        NotificationChain msgs)


setValues

public void setValues(ValuesType newValues)

Specified by:
setValues in interface DocumentRoot
Parameters:
newValues - the new value of the 'Values' containment reference.
See Also:
DocumentRoot.getValues()

eInverseRemove

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


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


g-Eclipse
Release 1.0.0