org.eclipse.gmt.umlx.qvttemplate
Interface PropertyTemplateItem

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object

public interface PropertyTemplateItem
extends Element

A representation of the model object 'Property Template Item'.

The following features are supported:

See Also:
QvttemplatePackage.getPropertyTemplateItem()

Method Summary
 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 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

getObjContainer

ObjectTemplateExp getObjContainer()
Returns the value of the 'Obj Container' container reference. It is bidirectional and its opposite is 'Part'.

If the meaning of the 'Obj Container' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Obj Container' container reference.
See Also:
setObjContainer(ObjectTemplateExp), QvttemplatePackage.getPropertyTemplateItem_ObjContainer(), ObjectTemplateExp.getPart()

setObjContainer

void setObjContainer(ObjectTemplateExp value)
Sets the value of the 'Obj Container' container reference.

Parameters:
value - the new value of the 'Obj Container' container reference.
See Also:
getObjContainer()

getValue

OclExpression getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(OclExpression), QvttemplatePackage.getPropertyTemplateItem_Value()

setValue

void setValue(OclExpression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()

getReferredProperty

Property getReferredProperty()
Returns the value of the 'Referred Property' reference.

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

Returns:
the value of the 'Referred Property' reference.
See Also:
setReferredProperty(Property), QvttemplatePackage.getPropertyTemplateItem_ReferredProperty()

setReferredProperty

void setReferredProperty(Property value)
Sets the value of the 'Referred Property' reference.

Parameters:
value - the new value of the 'Referred Property' reference.
See Also:
getReferredProperty()