g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface IntegerRangeType

All Known Implementing Classes:
IntegerRangeTypeImpl

public interface IntegerRangeType

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

The following features are supported:

See Also:
QdlPackage.getIntegerRangeType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 IntegerBoundaryType getIntegerLowerBound()
          Returns the value of the 'Integer Lower Bound' containment reference
 IntegerBoundaryType getIntegerUpperBound()
          Returns the value of the 'Integer Upper Bound' containment reference
 void setIntegerLowerBound(IntegerBoundaryType value)
          Sets the value of the 'Integer Lower Bound' containment reference
 void setIntegerUpperBound(IntegerBoundaryType value)
          Sets the value of the 'Integer Upper Bound' containment reference
 

Method Detail

getIntegerLowerBound

IntegerBoundaryType getIntegerLowerBound()
Returns the value of the 'Integer Lower Bound' containment reference.

If the meaning of the 'Integer Lower Bound' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Integer Lower Bound' containment reference.
See Also:
setIntegerLowerBound(IntegerBoundaryType), QdlPackage.getIntegerRangeType_IntegerLowerBound()

setIntegerLowerBound

void setIntegerLowerBound(IntegerBoundaryType value)
Sets the value of the 'Integer Lower Bound' containment reference.

Parameters:
value - the new value of the 'Integer Lower Bound' containment reference.
See Also:
getIntegerLowerBound()

getIntegerUpperBound

IntegerBoundaryType getIntegerUpperBound()
Returns the value of the 'Integer Upper Bound' containment reference.

If the meaning of the 'Integer Upper Bound' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Integer Upper Bound' containment reference.
See Also:
setIntegerUpperBound(IntegerBoundaryType), QdlPackage.getIntegerRangeType_IntegerUpperBound()

setIntegerUpperBound

void setIntegerUpperBound(IntegerBoundaryType value)
Sets the value of the 'Integer Upper Bound' containment reference.

Parameters:
value - the new value of the 'Integer Upper Bound' containment reference.
See Also:
getIntegerUpperBound()

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

g-Eclipse
Release 1.0.0