|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberType
A representation of the model object 'Number Type'.
The following features are supported:
Aadl2Package.getNumberType()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
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 |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Type |
---|
conformsTo |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |