g-Eclipse
Release 1.0.0

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

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.functions.impl.ValuesTypeImpl
All Implemented Interfaces:
ValuesType

public class ValuesTypeImpl
extends EObjectImpl
implements ValuesType

An implementation of the model object 'Values Type'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 EList getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public EList getValue()

Specified by:
getValue in interface ValuesType
Returns:
the value of the 'Value' attribute list.
See Also:
FunctionsPackage.getValuesType_Value()

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