|
||||||||||
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:
PropertyPackage.getNumberType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Fields inherited from interface edu.cmu.sei.aadl.model.property.PropertyType |
---|
VALUE_OKAY |
Method Summary | |
---|---|
NumberOrPropertyReference |
getLower()
Returns the value of the 'Lower' containment reference |
ParsedPropertyReference |
getParsedPropertyReference()
returns parsed property reference object |
UnitsType |
getPropertyType()
Returns the value of the 'Property Type' containment reference |
UnitsType |
getPropertyTypeReference()
Returns the value of the 'Property Type Reference' reference |
UnitsType |
getTheUnitsType()
Get the units type of the type, if any. |
UnitsType |
getUnitsType()
Returns the value of the 'Units Type' containment reference |
UnitsType |
getUnitsTypeReference()
Returns the value of the 'Units Type Reference' reference |
NumberOrPropertyReference |
getUpper()
Returns the value of the 'Upper' containment reference |
void |
setLower(NumberOrPropertyReference value)
Sets the value of the ' Lower ' containment reference |
void |
setParsedPropertyReference(ParsedPropertyReference pr)
sets parsed names for property reference |
void |
setPropertyType(UnitsType value)
Sets the value of the ' Property Type ' containment reference |
void |
setPropertyTypeReference(UnitsType value)
Sets the value of the ' Property Type Reference ' reference |
void |
setUnitsType(UnitsType value)
Sets the value of the ' Units Type ' containment reference |
void |
setUnitsTypeReference(UnitsType value)
Sets the value of the ' Units Type Reference ' reference |
void |
setUpper(NumberOrPropertyReference value)
Sets the value of the ' Upper ' containment reference |
Methods inherited from interface edu.cmu.sei.aadl.model.property.PropertyType |
---|
acceptsValuesOfType, containsValue, getPropertySet, getQualifiedName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement |
---|
getName, setName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
UnitsType getPropertyTypeReference()
If the meaning of the 'Property Type Reference' reference isn't clear, there really should be more of a description here...
setPropertyTypeReference(UnitsType)
,
PropertyPackage.getNumberType_PropertyTypeReference()
void setPropertyTypeReference(UnitsType value)
Property Type Reference
' reference.
value
- the new value of the 'Property Type Reference' reference.getPropertyTypeReference()
UnitsType getPropertyType()
If the meaning of the 'Property Type' containment reference isn't clear, there really should be more of a description here...
setPropertyType(UnitsType)
,
PropertyPackage.getNumberType_PropertyType()
void setPropertyType(UnitsType value)
Property Type
' containment reference.
value
- the new value of the 'Property Type' containment reference.getPropertyType()
NumberOrPropertyReference getLower()
If the meaning of the 'Lower' containment reference isn't clear, there really should be more of a description here...
setLower(NumberOrPropertyReference)
,
PropertyPackage.getNumberType_Lower()
void setLower(NumberOrPropertyReference value)
Lower
' containment reference.
value
- the new value of the 'Lower' containment reference.getLower()
NumberOrPropertyReference getUpper()
If the meaning of the 'Upper' containment reference isn't clear, there really should be more of a description here...
setUpper(NumberOrPropertyReference)
,
PropertyPackage.getNumberType_Upper()
void setUpper(NumberOrPropertyReference value)
Upper
' containment reference.
value
- the new value of the 'Upper' containment reference.getUpper()
UnitsType getUnitsTypeReference()
If the meaning of the 'Units Type' containment reference isn't clear, there really should be more of a description here...
setUnitsTypeReference(UnitsType)
void setUnitsTypeReference(UnitsType value)
Units Type Reference
' reference.
value
- the new value of the 'Units Type Reference' reference.getUnitsTypeReference()
UnitsType getUnitsType()
If the meaning of the 'Unnamedunits Type' containment reference isn't clear, there really should be more of a description here...
setUnitsType(UnitsType)
void setUnitsType(UnitsType value)
Units Type
' containment reference.
value
- the new value of the 'Units Type' containment reference.getUnitsType()
void setParsedPropertyReference(ParsedPropertyReference pr)
pr
- parsed property reference objectParsedPropertyReference getParsedPropertyReference()
UnitsType getTheUnitsType()
unitsType
or
unnamedunitsType
,
which are never both non-null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |