g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface RangeValueType

All Known Implementing Classes:
RangeValueTypeImpl

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

public interface RangeValueType

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

The following features are supported:

See Also:
JsdlPackage.getRangeValueType()

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

Method Detail

getUpperBound

BoundaryType getUpperBound()
Deprecated. 
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), JsdlPackage.getRangeValueType_UpperBound()

setUpperBound

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

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

getLowerBound

BoundaryType getLowerBound()
Deprecated. 
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), JsdlPackage.getRangeValueType_LowerBound()

setLowerBound

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

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

getExact

EList getExact()
Deprecated. 
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:
JsdlPackage.getRangeValueType_Exact()

getRange

EList getRange()
Deprecated. 
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:
JsdlPackage.getRangeValueType_Range()

getAnyAttribute

FeatureMap getAnyAttribute()
Deprecated. 
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:
JsdlPackage.getRangeValueType_AnyAttribute()

g-Eclipse
Release 1.0.0