org.eclipse.gmt.umlx.eqvttemplate
Interface PropertyTemplateItem

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PropertyId

public interface PropertyTemplateItem
extends PropertyId

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

The following features are supported:

See Also:
EqvtTemplatePackage.getPropertyTemplateItem()

Method Summary
 ObjectTemplateExp getObjContainer()
          Returns the value of the 'Obj Container' container reference.
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getValue()
          Returns the value of the 'Value' containment reference.
 void setObjContainer(ObjectTemplateExp value)
          Sets the value of the 'Obj Container' container reference.
 void setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvttemplate.PropertyId
getIsOpposite, getReferredProperty, setIsOpposite, setReferredProperty
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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), EqvtTemplatePackage.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

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> 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), EqvtTemplatePackage.getPropertyTemplateItem_Value()

setValue

void setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Value' containment reference.

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