public interface RangeType extends DerivedType
The following features are supported:
CodePackage.getRangeType()| Modifier and Type | Method and Description |
|---|---|
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. |
getItemUnit, setItemUnitgetCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributejava.lang.Integer getLower()
If the meaning of the 'Lower' attribute isn't clear, there really should be more of a description here...
setLower(Integer),
CodePackage.getRangeType_Lower()void setLower(java.lang.Integer value)
Lower' attribute.
value - the new value of the 'Lower' attribute.getLower()java.lang.Integer getUpper()
If the meaning of the 'Upper' attribute isn't clear, there really should be more of a description here...
setUpper(Integer),
CodePackage.getRangeType_Upper()void setUpper(java.lang.Integer value)
Upper' attribute.
value - the new value of the 'Upper' attribute.getUpper()