g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface ExactType

All Known Implementing Classes:
ExactTypeImpl

public interface ExactType

A representation of the model object 'Exact Type'.

The following features are supported:

See Also:
QdlPackage.getExactType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 double getEpsilon()
          Returns the value of the 'Epsilon' attribute
 double 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(double value)
          Sets the value of the 'Epsilon' attribute
 void setValue(double 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

double 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(double), QdlPackage.getExactType_Value()

setValue

void setValue(double 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(double)

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(double)

getEpsilon

double 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(double), QdlPackage.getExactType_Epsilon()

setEpsilon

void setEpsilon(double 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(double)

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(double)

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.getExactType_AnyAttribute()

g-Eclipse
Release 1.0.0