g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface RangeType

All Known Implementing Classes:
RangeTypeImpl

public interface RangeType

A representation of the model object 'Range Type'.

The following features are supported:

See Also:
QdlPackage.getRangeType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 BoundaryType getLowerBound()
          Returns the value of the 'Lower Bound' containment reference
 BoundaryType getUpperBound()
          Returns the value of the 'Upper Bound' containment reference
 void setLowerBound(BoundaryType value)
          Sets the value of the 'Lower Bound' containment reference
 void setUpperBound(BoundaryType value)
          Sets the value of the 'Upper Bound' containment reference
 

Method Detail

getLowerBound

BoundaryType getLowerBound()
Returns the value of the 'Lower Bound' containment reference.

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

Returns:
the value of the 'Lower Bound' containment reference.
See Also:
setLowerBound(BoundaryType), QdlPackage.getRangeType_LowerBound()

setLowerBound

void setLowerBound(BoundaryType value)
Sets the value of the 'Lower Bound' containment reference.

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

getUpperBound

BoundaryType getUpperBound()
Returns the value of the 'Upper Bound' containment reference.

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

Returns:
the value of the 'Upper Bound' containment reference.
See Also:
setUpperBound(BoundaryType), QdlPackage.getRangeType_UpperBound()

setUpperBound

void setUpperBound(BoundaryType value)
Sets the value of the 'Upper Bound' containment reference.

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

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

g-Eclipse
Release 1.0.0