g-Eclipse
Release 1.0.0

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

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

public class ExactTypeImpl
extends EObjectImpl
implements ExactType

An implementation of the model object '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()
           
 double getEpsilon()
           
 double getValue()
           
 boolean isSetEpsilon()
           
 boolean isSetValue()
           
 void setEpsilon(double newEpsilon)
           
 void setValue(double 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 double getValue()

Specified by:
getValue in interface ExactType
Returns:
the value of the 'Value' attribute.
See Also:
ExactType.isSetValue(), ExactType.unsetValue(), ExactType.setValue(double), JsdlPackage.getExactType_Value()

setValue

public void setValue(double newValue)

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

unsetValue

public void unsetValue()

Specified by:
unsetValue in interface ExactType
See Also:
ExactType.isSetValue(), ExactType.getValue(), ExactType.setValue(double)

isSetValue

public boolean isSetValue()

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

getEpsilon

public double getEpsilon()

Specified by:
getEpsilon in interface ExactType
Returns:
the value of the 'Epsilon' attribute.
See Also:
ExactType.isSetEpsilon(), ExactType.unsetEpsilon(), ExactType.setEpsilon(double), JsdlPackage.getExactType_Epsilon()

setEpsilon

public void setEpsilon(double newEpsilon)

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

unsetEpsilon

public void unsetEpsilon()

Specified by:
unsetEpsilon in interface ExactType
See Also:
ExactType.isSetEpsilon(), ExactType.getEpsilon(), ExactType.setEpsilon(double)

isSetEpsilon

public boolean isSetEpsilon()

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

getAnyAttribute

public FeatureMap getAnyAttribute()

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