public interface PropertyTemplateItem
A representation of the model object 'Property Template Item'.
The following features are supported:
QvttemplatePackage.getPropertyTemplateItem()
Method Summary | |
---|---|
java.lang.Boolean |
getIsOpposite()
Returns the value of the 'Is Opposite' attribute. |
ObjectTemplateExp |
getObjContainer()
Returns the value of the 'Obj Container' container reference. |
Property |
getReferredProperty()
Returns the value of the 'Referred Property' reference. |
OclExpression |
getValue()
Returns the value of the 'Value' containment reference. |
void |
setIsOpposite(java.lang.Boolean value)
Sets the value of the ' Is Opposite ' attribute. |
void |
setObjContainer(ObjectTemplateExp value)
Sets the value of the ' Obj Container ' container reference. |
void |
setReferredProperty(Property value)
Sets the value of the ' Referred Property ' reference. |
void |
setValue(OclExpression value)
Sets the value of the ' Value ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
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 |
Method Detail |
---|
java.lang.Boolean getIsOpposite()
"false"
.
If the meaning of the 'Is Opposite' attribute isn't clear, there really should be more of a description here...
setIsOpposite(Boolean)
,
QvttemplatePackage.getPropertyTemplateItem_IsOpposite()
void setIsOpposite(java.lang.Boolean value)
Is Opposite
' attribute.
value
- the new value of the 'Is Opposite' attribute.getIsOpposite()
ObjectTemplateExp getObjContainer()
Part
'.
If the meaning of the 'Obj Container' container reference isn't clear, there really should be more of a description here...
setObjContainer(ObjectTemplateExp)
,
QvttemplatePackage.getPropertyTemplateItem_ObjContainer()
,
ObjectTemplateExp.getPart()
void setObjContainer(ObjectTemplateExp value)
Obj Container
' container reference.
value
- the new value of the 'Obj Container' container reference.getObjContainer()
Property getReferredProperty()
If the meaning of the 'Referred Property' reference isn't clear, there really should be more of a description here...
setReferredProperty(Property)
,
QvttemplatePackage.getPropertyTemplateItem_ReferredProperty()
void setReferredProperty(Property value)
Referred Property
' reference.
value
- the new value of the 'Referred Property' reference.getReferredProperty()
OclExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(OclExpression)
,
QvttemplatePackage.getPropertyTemplateItem_Value()
void setValue(OclExpression value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()