g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl.impl
Class IntegerExactTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.batch.model.qdl.impl.IntegerExactTypeImpl
All Implemented Interfaces:
IntegerExactType

public class IntegerExactTypeImpl
extends EObjectImpl
implements IntegerExactType

An implementation of the model object 'Integer Exact 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 getAnyAttribute()
           
 int getEpsilon()
           
 int getValue()
           
 boolean isSetEpsilon()
           
 boolean isSetValue()
           
 void setEpsilon(int newEpsilon)
           
 void setValue(int newValue)
           
 java.lang.String toString()
           
 void unsetEpsilon()
           
 void unsetValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public int getValue()

Specified by:
getValue in interface IntegerExactType
Returns:
the value of the 'Value' attribute.
See Also:
IntegerExactType.isSetValue(), IntegerExactType.unsetValue(), IntegerExactType.setValue(int), QdlPackage.getIntegerExactType_Value()

setValue

public void setValue(int newValue)

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

unsetValue

public void unsetValue()

Specified by:
unsetValue in interface IntegerExactType
See Also:
IntegerExactType.isSetValue(), IntegerExactType.getValue(), IntegerExactType.setValue(int)

isSetValue

public boolean isSetValue()

Specified by:
isSetValue in interface IntegerExactType
Returns:
whether the value of the 'Value' attribute is set.
See Also:
IntegerExactType.unsetValue(), IntegerExactType.getValue(), IntegerExactType.setValue(int)

getEpsilon

public int getEpsilon()

Specified by:
getEpsilon in interface IntegerExactType
Returns:
the value of the 'Epsilon' attribute.
See Also:
IntegerExactType.isSetEpsilon(), IntegerExactType.unsetEpsilon(), IntegerExactType.setEpsilon(int), QdlPackage.getIntegerExactType_Epsilon()

setEpsilon

public void setEpsilon(int newEpsilon)

Specified by:
setEpsilon in interface IntegerExactType
Parameters:
newEpsilon - the new value of the 'Epsilon' attribute.
See Also:
IntegerExactType.isSetEpsilon(), IntegerExactType.unsetEpsilon(), IntegerExactType.getEpsilon()

unsetEpsilon

public void unsetEpsilon()

Specified by:
unsetEpsilon in interface IntegerExactType
See Also:
IntegerExactType.isSetEpsilon(), IntegerExactType.getEpsilon(), IntegerExactType.setEpsilon(int)

isSetEpsilon

public boolean isSetEpsilon()

Specified by:
isSetEpsilon in interface IntegerExactType
Returns:
whether the value of the 'Epsilon' attribute is set.
See Also:
IntegerExactType.unsetEpsilon(), IntegerExactType.getEpsilon(), IntegerExactType.setEpsilon(int)

getAnyAttribute

public FeatureMap getAnyAttribute()

Specified by:
getAnyAttribute in interface IntegerExactType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
QdlPackage.getIntegerExactType_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