|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyReference
A representation of the model object 'Reference'.
The following features are supported:
PropertyPackage.getPropertyReference()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ParsedPropertyReference |
getParsedPropertyReference()
returns parsed property reference object |
ReferencedProperty |
getReferencedProperty()
Returns the value of the 'Referenced Property' reference |
java.lang.String |
getReferenceSign()
Returns the value of the 'Reference Sign' attribute |
boolean |
isSetReferenceSign()
Returns whether the value of the ' Reference Sign ' attribute is set |
void |
setParsedPropertyReference(ParsedPropertyReference pr)
sets parsed names for property reference |
void |
setReferencedProperty(ReferencedProperty value)
Sets the value of the ' Referenced Property ' reference |
void |
setReferenceSign(java.lang.String value)
Sets the value of the ' Reference Sign ' attribute |
void |
unsetReferenceSign()
Unsets the value of the ' Reference Sign ' attribute |
Methods inherited from interface edu.cmu.sei.aadl.model.property.NumberOrPropertyReference |
---|
getNumberValue |
Methods inherited from interface edu.cmu.sei.aadl.model.property.PropertyValue |
---|
evaluate, getValueAsString, instantiate, preEvaluate |
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 |
---|
ReferencedProperty getReferencedProperty()
If the meaning of the 'Referenced Property' reference isn't clear, there really should be more of a description here...
setReferencedProperty(ReferencedProperty)
,
PropertyPackage.getPropertyReference_ReferencedProperty()
void setReferencedProperty(ReferencedProperty value)
Referenced Property
' reference.
value
- the new value of the 'Referenced Property' reference.getReferencedProperty()
java.lang.String getReferenceSign()
If the meaning of the 'Reference Sign' attribute isn't clear, there really should be more of a description here...
isSetReferenceSign()
,
unsetReferenceSign()
,
setReferenceSign(String)
,
PropertyPackage.getPropertyReference_ReferenceSign()
void setReferenceSign(java.lang.String value)
Reference Sign
' attribute.
value
- the new value of the 'Reference Sign' attribute.isSetReferenceSign()
,
unsetReferenceSign()
,
getReferenceSign()
void unsetReferenceSign()
Reference Sign
' attribute.
isSetReferenceSign()
,
getReferenceSign()
,
setReferenceSign(String)
boolean isSetReferenceSign()
Reference Sign
' attribute is set.
unsetReferenceSign()
,
getReferenceSign()
,
setReferenceSign(String)
void setParsedPropertyReference(ParsedPropertyReference pr)
pr
- parsed property reference objectParsedPropertyReference getParsedPropertyReference()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |