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

public interface PropertyTemplateItem
extends org.eclipse.emf.ecore.EModelElement

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

The following features are supported:

See Also:
EqvtTemplatePackage.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.
 org.eclipse.emf.ecore.EStructuralFeature getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 org.eclipse.ocl.ecore.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(org.eclipse.emf.ecore.EStructuralFeature value)
          Sets the value of the 'Referred Property' reference.
 void setValue(org.eclipse.ocl.ecore.OCLExpression value)
          Sets the value of the 'Value' containment reference.
 
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

getIsOpposite

java.lang.Boolean getIsOpposite()
Returns the value of the 'Is Opposite' attribute. The default value is "false".

If the meaning of the 'Is Opposite' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Opposite' attribute.
See Also:
setIsOpposite(Boolean), EqvtTemplatePackage.getPropertyTemplateItem_IsOpposite()

setIsOpposite

void setIsOpposite(java.lang.Boolean value)
Sets the value of the 'Is Opposite' attribute.

Parameters:
value - the new value of the 'Is Opposite' attribute.
See Also:
getIsOpposite()

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()

getReferredProperty

org.eclipse.emf.ecore.EStructuralFeature 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(EStructuralFeature), EqvtTemplatePackage.getPropertyTemplateItem_ReferredProperty()

setReferredProperty

void setReferredProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the 'Referred Property' reference.

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

getValue

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

setValue

void setValue(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the 'Value' containment reference.

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