g-Eclipse
Release 1.0.0

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

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.sweep.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 basicSetAssignment(AssignmentType newAssignment, NotificationChain msgs)
           
 NotificationChain basicSetFunction(EObject newFunction, NotificationChain msgs)
           
 NotificationChain basicSetSweep(SweepType newSweep, 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)
           
 AssignmentType getAssignment()
           
 EObject getFunction()
           
 FeatureMap getMixed()
           
 java.lang.String getParameter()
           
 SweepType getSweep()
           
 EMap getXMLNSPrefixMap()
           
 EMap getXSISchemaLocation()
           
 void setAssignment(AssignmentType newAssignment)
           
 void setParameter(java.lang.String newParameter)
           
 void setSweep(SweepType newSweep)
           
 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:
SweepPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

public EMap getXMLNSPrefixMap()

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

getXSISchemaLocation

public EMap getXSISchemaLocation()

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

getAssignment

public AssignmentType getAssignment()

Specified by:
getAssignment in interface DocumentRoot
Returns:
the value of the 'Assignment' containment reference.
See Also:
DocumentRoot.setAssignment(AssignmentType), SweepPackage.getDocumentRoot_Assignment()

basicSetAssignment

public NotificationChain basicSetAssignment(AssignmentType newAssignment,
                                            NotificationChain msgs)


setAssignment

public void setAssignment(AssignmentType newAssignment)

Specified by:
setAssignment in interface DocumentRoot
Parameters:
newAssignment - the new value of the 'Assignment' containment reference.
See Also:
DocumentRoot.getAssignment()

getFunction

public EObject getFunction()

Specified by:
getFunction in interface DocumentRoot
Returns:
the value of the 'Function' containment reference.
See Also:
SweepPackage.getDocumentRoot_Function()

basicSetFunction

public NotificationChain basicSetFunction(EObject newFunction,
                                          NotificationChain msgs)


getParameter

public java.lang.String getParameter()

Specified by:
getParameter in interface DocumentRoot
Returns:
the value of the 'Parameter' attribute.
See Also:
DocumentRoot.setParameter(String), SweepPackage.getDocumentRoot_Parameter()

setParameter

public void setParameter(java.lang.String newParameter)

Specified by:
setParameter in interface DocumentRoot
Parameters:
newParameter - the new value of the 'Parameter' attribute.
See Also:
DocumentRoot.getParameter()

getSweep

public SweepType getSweep()

Specified by:
getSweep in interface DocumentRoot
Returns:
the value of the 'Sweep' containment reference.
See Also:
DocumentRoot.setSweep(SweepType), SweepPackage.getDocumentRoot_Sweep()

basicSetSweep

public NotificationChain basicSetSweep(SweepType newSweep,
                                       NotificationChain msgs)


setSweep

public void setSweep(SweepType newSweep)

Specified by:
setSweep in interface DocumentRoot
Parameters:
newSweep - the new value of the 'Sweep' containment reference.
See Also:
DocumentRoot.getSweep()

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