g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface RangeValueType

All Known Implementing Classes:
RangeValueTypeImpl

public interface RangeValueType

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

The following features are supported:

See Also:
QdlPackage.getRangeValueType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
  getExact()
          Returns the value of the 'Exact' containment reference list.
 BoundaryType getLowerBoundedRange()
          Returns the value of the 'Lower Bounded Range' containment reference
  getRange()
          Returns the value of the 'Range' containment reference list.
 BoundaryType getUpperBoundedRange()
          Returns the value of the 'Upper Bounded Range' containment reference
 void setLowerBoundedRange(BoundaryType value)
          Sets the value of the 'Lower Bounded Range' containment reference
 void setUpperBoundedRange(BoundaryType value)
          Sets the value of the 'Upper Bounded Range' containment reference
 

Method Detail

getUpperBoundedRange

BoundaryType getUpperBoundedRange()
Returns the value of the 'Upper Bounded Range' containment reference.

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

Returns:
the value of the 'Upper Bounded Range' containment reference.
See Also:
setUpperBoundedRange(BoundaryType), QdlPackage.getRangeValueType_UpperBoundedRange()

setUpperBoundedRange

void setUpperBoundedRange(BoundaryType value)
Sets the value of the 'Upper Bounded Range' containment reference.

Parameters:
value - the new value of the 'Upper Bounded Range' containment reference.
See Also:
getUpperBoundedRange()

getLowerBoundedRange

BoundaryType getLowerBoundedRange()
Returns the value of the 'Lower Bounded Range' containment reference.

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

Returns:
the value of the 'Lower Bounded Range' containment reference.
See Also:
setLowerBoundedRange(BoundaryType), QdlPackage.getRangeValueType_LowerBoundedRange()

setLowerBoundedRange

void setLowerBoundedRange(BoundaryType value)
Sets the value of the 'Lower Bounded Range' containment reference.

Parameters:
value - the new value of the 'Lower Bounded Range' containment reference.
See Also:
getLowerBoundedRange()

getExact

 getExact()
Returns the value of the 'Exact' containment reference list. The list contents are of type ExactType.

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

Returns:
the value of the 'Exact' containment reference list.
See Also:
QdlPackage.getRangeValueType_Exact()

getRange

 getRange()
Returns the value of the 'Range' containment reference list. The list contents are of type RangeType.

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

Returns:
the value of the 'Range' containment reference list.
See Also:
QdlPackage.getRangeValueType_Range()

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

g-Eclipse
Release 1.0.0