g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface IntegerExactType

All Known Implementing Classes:
IntegerExactTypeImpl

public interface IntegerExactType

A representation of the model object 'Integer Exact Type'.

The following features are supported:

See Also:
QdlPackage.getIntegerExactType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 int getEpsilon()
          Returns the value of the 'Epsilon' attribute
 int getValue()
          Returns the value of the 'Value' attribute
 boolean isSetEpsilon()
          Returns whether the value of the 'Epsilon' attribute is set
 boolean isSetValue()
          Returns whether the value of the 'Value' attribute is set
 void setEpsilon(int value)
          Sets the value of the 'Epsilon' attribute
 void setValue(int value)
          Sets the value of the 'Value' attribute
 void unsetEpsilon()
          Unsets the value of the 'Epsilon' attribute
 void unsetValue()
          Unsets the value of the 'Value' attribute
 

Method Detail

getValue

int getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), setValue(int), QdlPackage.getIntegerExactType_Value()

setValue

void setValue(int value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), getValue()

unsetValue

void unsetValue()
Unsets the value of the 'Value' attribute.

See Also:
isSetValue(), getValue(), setValue(int)

isSetValue

boolean isSetValue()
Returns whether the value of the 'Value' attribute is set.

Returns:
whether the value of the 'Value' attribute is set.
See Also:
unsetValue(), getValue(), setValue(int)

getEpsilon

int getEpsilon()
Returns the value of the 'Epsilon' attribute.

If the meaning of the 'Epsilon' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Epsilon' attribute.
See Also:
isSetEpsilon(), unsetEpsilon(), setEpsilon(int), QdlPackage.getIntegerExactType_Epsilon()

setEpsilon

void setEpsilon(int value)
Sets the value of the 'Epsilon' attribute.

Parameters:
value - the new value of the 'Epsilon' attribute.
See Also:
isSetEpsilon(), unsetEpsilon(), getEpsilon()

unsetEpsilon

void unsetEpsilon()
Unsets the value of the 'Epsilon' attribute.

See Also:
isSetEpsilon(), getEpsilon(), setEpsilon(int)

isSetEpsilon

boolean isSetEpsilon()
Returns whether the value of the 'Epsilon' attribute is set.

Returns:
whether the value of the 'Epsilon' attribute is set.
See Also:
unsetEpsilon(), getEpsilon(), setEpsilon(int)

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
QdlPackage.getIntegerExactType_AnyAttribute()

g-Eclipse
Release 1.0.0