g-Eclipse
Release 1.0.0

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

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

public class ExceptionTypeImpl
extends EObjectImpl
implements ExceptionType

An implementation of the model object 'Exception 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)
           
 java.math.BigInteger getValue()
           
 void setValue(java.math.BigInteger newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public java.math.BigInteger getValue()

Specified by:
getValue in interface ExceptionType
Returns:
the value of the 'Value' attribute.
See Also:
ExceptionType.setValue(BigInteger), FunctionsPackage.getExceptionType_Value()

setValue

public void setValue(java.math.BigInteger newValue)

Specified by:
setValue in interface ExceptionType
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
ExceptionType.getValue()

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