public interface NumberType extends NonListType
The following features are supported:
Aadl2Package.getNumberType()
Modifier and Type | Method and Description |
---|---|
UnitsType |
createOwnedUnitsType()
Creates a new
UnitsType and sets the 'Owned Units Type' containment reference. |
NumericRange |
createRange()
Creates a new
NumericRange and sets the 'Range' containment reference. |
UnitsType |
getOwnedUnitsType()
Returns the value of the 'Owned Units Type' containment reference.
|
NumericRange |
getRange()
Returns the value of the 'Range' containment reference.
|
UnitsType |
getUnitsType()
Returns the value of the 'Units Type' reference.
|
void |
setOwnedUnitsType(UnitsType value)
Sets the value of the '
Owned Units Type ' containment reference. |
void |
setRange(NumericRange value)
Sets the value of the '
Range ' containment reference. |
void |
setUnitsType(UnitsType value)
Sets the value of the '
Units Type ' reference. |
conformsTo
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
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
UnitsType getOwnedUnitsType()
This feature subsets the following features:
If the meaning of the 'Owned Units Type' containment reference isn't clear, there really should be more of a description here...
setOwnedUnitsType(UnitsType)
,
Aadl2Package.getNumberType_OwnedUnitsType()
void setOwnedUnitsType(UnitsType value)
Owned Units Type
' containment reference.
value
- the new value of the 'Owned Units Type' containment reference.getOwnedUnitsType()
UnitsType createOwnedUnitsType()
UnitsType
and sets the 'Owned Units Type' containment reference.
UnitsType
.getOwnedUnitsType()
UnitsType getUnitsType()
If the meaning of the 'Units Type' reference isn't clear, there really should be more of a description here...
setUnitsType(UnitsType)
,
Aadl2Package.getNumberType_UnitsType()
void setUnitsType(UnitsType value)
Units Type
' reference.
value
- the new value of the 'Units Type' reference.getUnitsType()
NumericRange getRange()
If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...
setRange(NumericRange)
,
Aadl2Package.getNumberType_Range()
void setRange(NumericRange value)
Range
' containment reference.
value
- the new value of the 'Range' containment reference.getRange()
NumericRange createRange()
NumericRange
and sets the 'Range' containment reference.
NumericRange
.getRange()