public interface ArrayRange extends Element
The following features are supported:
Aadl2Package.getArrayRange()
Modifier and Type | Method and Description |
---|---|
long |
getLowerBound()
Returns the value of the 'Lower Bound' attribute.
|
long |
getUpperBound()
Returns the value of the 'Upper Bound' attribute.
|
void |
setLowerBound(long value)
Sets the value of the '
Lower Bound ' attribute. |
void |
setUpperBound(long value)
Sets the value of the '
Upper Bound ' attribute. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
long getLowerBound()
If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...
setLowerBound(long)
,
Aadl2Package.getArrayRange_LowerBound()
void setLowerBound(long value)
Lower Bound
' attribute.
value
- the new value of the 'Lower Bound' attribute.getLowerBound()
long getUpperBound()
If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...
setUpperBound(long)
,
Aadl2Package.getArrayRange_UpperBound()
void setUpperBound(long value)
Upper Bound
' attribute.
value
- the new value of the 'Upper Bound' attribute.getUpperBound()