|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConstant
A representation of the model object 'Constant'.
The following features are supported:
PropertyPackage.getPropertyConstant()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addConstantValue(PropertyValue value)
Adds to the list the value of the ' Constant Value ' containment reference list |
org.eclipse.emf.common.util.EList |
getConstantValue()
Returns the value of the 'Constant Value' containment reference list. |
ParsedPropertyReference |
getParsedPropertyReference()
get parsed property reference |
PropertySet |
getPropertySet()
Get the containing property set |
PropertyConstantType |
getPropertyType()
Returns the value of the 'Property Type' containment reference |
PropertyConstantType |
getPropertyTypeReference()
Returns the value of the 'Property Type Reference' reference |
java.lang.String |
getQualifiedName()
get the qualified property name |
org.eclipse.emf.common.util.EList |
getSignedConstantValue(java.lang.String sign)
This is a very special purpose method: when it is known that the property constant is a non-list of numeric-type, that is the type of the property constant is aadlreal or aadlinteger, then this method applies the given sign to the single numeric value in the properyt constant and returns a new NumberValue that is the result. |
PropertyType |
getThePropertyType()
returns the property type of a property constant. |
boolean |
isList()
Returns the value of the 'List' attribute. |
void |
setList(boolean value)
Sets the value of the ' List ' attribute |
void |
setParsedPropertyReference(ParsedPropertyReference ppr)
set parsed property reference |
void |
setPropertyType(PropertyConstantType value)
Sets the value of the ' Property Type ' containment reference |
void |
setPropertyTypeReference(PropertyConstantType value)
Sets the value of the ' Property Type Reference ' reference |
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 |
Methods inherited from interface edu.cmu.sei.aadl.model.property.ReferencedProperty |
---|
evaluate, preEvaluate |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList getConstantValue()
PropertyValue
.
If the meaning of the 'Constant Value' containment reference isn't clear, there really should be more of a description here...
PropertyPackage.getPropertyConstant_ConstantValue()
void addConstantValue(PropertyValue value)
Constant Value
' containment reference list.
value
- the value to add to 'Constant Value' containment reference list.org.eclipse.emf.common.util.EList getSignedConstantValue(java.lang.String sign)
null
,
the result of this method is the samae as getConstantValue()
.
sign
- The sign to apply to the value of the constant. May be null
.
boolean isList()
"false"
.
If the meaning of the 'List' attribute isn't clear, there really should be more of a description here...
isList
in interface ReferencedProperty
setList(boolean)
,
PropertyPackage.getPropertyConstant_List()
void setList(boolean value)
List
' attribute.
value
- the new value of the 'List' attribute.isList()
PropertyConstantType getPropertyTypeReference()
If the meaning of the 'Property Type Reference' reference isn't clear, there really should be more of a description here...
setPropertyTypeReference(PropertyConstantType)
,
PropertyPackage.getPropertyConstant_PropertyTypeReference()
void setPropertyTypeReference(PropertyConstantType value)
Property Type Reference
' reference.
value
- the new value of the 'Property Type Reference' reference.getPropertyTypeReference()
PropertyConstantType getPropertyType()
If the meaning of the 'Property Type' reference isn't clear, there really should be more of a description here...
setPropertyType(PropertyConstantType)
,
PropertyPackage.getPropertyConstant_PropertyType()
void setPropertyType(PropertyConstantType value)
Property Type
' containment reference.
value
- the new value of the 'Property Type' containment reference.getPropertyType()
java.lang.String getQualifiedName()
PropertySet getPropertySet()
void setParsedPropertyReference(ParsedPropertyReference ppr)
ppr
- parsed propertry reference objectParsedPropertyReference getParsedPropertyReference()
PropertyType getThePropertyType()
getThePropertyType
in interface ReferencedProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |