g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface IntegerRangeValueType

All Known Implementing Classes:
IntegerRangeValueTypeImpl

public interface IntegerRangeValueType

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

The following features are supported:

See Also:
QdlPackage.getIntegerRangeValueType()

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

Method Detail

getUpperBoundedRange

IntegerBoundaryType 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(IntegerBoundaryType), QdlPackage.getIntegerRangeValueType_UpperBoundedRange()

setUpperBoundedRange

void setUpperBoundedRange(IntegerBoundaryType 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

IntegerBoundaryType 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(IntegerBoundaryType), QdlPackage.getIntegerRangeValueType_LowerBoundedRange()

setLowerBoundedRange

void setLowerBoundedRange(IntegerBoundaryType 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 IntegerExactType.

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

getRange

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

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.getIntegerRangeValueType_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.getIntegerRangeValueType_AnyAttribute()

g-Eclipse
Release 1.0.0