g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base.impl
Class SourceTargetTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.base.impl.SourceTargetTypeImpl
All Implemented Interfaces:
SourceTargetType

public class SourceTargetTypeImpl
extends EObjectImpl
implements SourceTargetType

An implementation of the model object 'Source Target Type'.

The following features are implemented:


Method Summary
 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)
           
 FeatureMap getAny()
           
 FeatureMap getAnyAttribute()
           
 java.lang.String getURI()
           
 void setURI(java.lang.String newURI)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getURI

public java.lang.String getURI()

Specified by:
getURI in interface SourceTargetType
Returns:
the value of the 'URI' attribute.
See Also:
SourceTargetType.setURI(String), JsdlPackage.getSourceTargetType_URI()

setURI

public void setURI(java.lang.String newURI)

Specified by:
setURI in interface SourceTargetType
Parameters:
newURI - the new value of the 'URI' attribute.
See Also:
SourceTargetType.getURI()

getAny

public FeatureMap getAny()

Specified by:
getAny in interface SourceTargetType
Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getSourceTargetType_Any()

getAnyAttribute

public FeatureMap getAnyAttribute()

Specified by:
getAnyAttribute in interface SourceTargetType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getSourceTargetType_AnyAttribute()

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