org.eclipse.gmt.modisco.omg.kdm.code
Interface RangeType

All Superinterfaces:
AbstractCodeElement, CodeItem, Datatype, DerivedType, Element, KDMEntity, ModelElement

public interface RangeType
extends DerivedType

A representation of the model object 'Range Type'.

The following features are supported:

See Also:
CodePackage.getRangeType()
Generated:
Model:

Method Summary
 java.lang.Integer getLower()
          Returns the value of the 'Lower' attribute.
 java.lang.Integer getUpper()
          Returns the value of the 'Upper' attribute.
 void setLower(java.lang.Integer value)
          Sets the value of the 'Lower' attribute.
 void setUpper(java.lang.Integer value)
          Sets the value of the 'Upper' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.DerivedType
getItemUnit, setItemUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.AbstractCodeElement
getCodeRelation, getComment, getEntryFlow, getSource
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getLower

java.lang.Integer getLower()
Returns the value of the 'Lower' attribute.

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

Returns:
the value of the 'Lower' attribute.
See Also:
setLower(Integer), CodePackage.getRangeType_Lower()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"

setLower

void setLower(java.lang.Integer value)
Sets the value of the 'Lower' attribute.

Parameters:
value - the new value of the 'Lower' attribute.
See Also:
getLower()
Generated:

getUpper

java.lang.Integer getUpper()
Returns the value of the 'Upper' attribute.

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

Returns:
the value of the 'Upper' attribute.
See Also:
setUpper(Integer), CodePackage.getRangeType_Upper()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"

setUpper

void setUpper(java.lang.Integer value)
Sets the value of the 'Upper' attribute.

Parameters:
value - the new value of the 'Upper' attribute.
See Also:
getUpper()
Generated: