edu.cmu.sei.aadl.aadl2
Interface NumberType

All Superinterfaces:
AObject, Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyType, Type
All Known Subinterfaces:
AadlInteger, AadlReal
All Known Implementing Classes:
AadlIntegerImpl, AadlRealImpl, NumberTypeImpl

public interface NumberType
extends PropertyType

A representation of the model object 'Number Type'.

The following features are supported:

See Also:
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.NamedElement
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
 
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

getOwnedUnitsType

UnitsType getOwnedUnitsType()
Returns the value of the 'Owned Units Type' containment reference.

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...

Returns:
the value of the 'Owned Units Type' containment reference.
See Also:
setOwnedUnitsType(UnitsType), Aadl2Package.getNumberType_OwnedUnitsType()

setOwnedUnitsType

void setOwnedUnitsType(UnitsType value)
Sets the value of the 'Owned Units Type' containment reference.

Parameters:
value - the new value of the 'Owned Units Type' containment reference.
See Also:
getOwnedUnitsType()

createOwnedUnitsType

UnitsType createOwnedUnitsType()
Creates a new UnitsType and sets the 'Owned Units Type' containment reference.

Returns:
The new UnitsType.
See Also:
getOwnedUnitsType()

getUnitsType

UnitsType getUnitsType()
Returns the value of the 'Units Type' reference.

If the meaning of the 'Units Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Units Type' reference.
See Also:
setUnitsType(UnitsType), Aadl2Package.getNumberType_UnitsType()

setUnitsType

void setUnitsType(UnitsType value)
Sets the value of the 'Units Type' reference.

Parameters:
value - the new value of the 'Units Type' reference.
See Also:
getUnitsType()

getRange

NumericRange getRange()
Returns the value of the 'Range' containment reference.

If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Range' containment reference.
See Also:
setRange(NumericRange), Aadl2Package.getNumberType_Range()

setRange

void setRange(NumericRange value)
Sets the value of the 'Range' containment reference.

Parameters:
value - the new value of the 'Range' containment reference.
See Also:
getRange()

createRange

NumericRange createRange()
Creates a new NumericRange and sets the 'Range' containment reference.

Returns:
The new NumericRange.
See Also:
getRange()