org.eclipse.gmt.umlx.eqvtr.cst
Interface SetComprehensionObjectTemplateExprCS

All Superinterfaces:
CollectionTemplateBodyCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SetComprehensionExprCS

public interface SetComprehensionObjectTemplateExprCS
extends SetComprehensionExprCS

A representation of the model object 'Set Comprehension Object Template Expr CS'.

The following features are supported:

See Also:
org.eclipse.gmt.umlx.eqvtr.cst.EqvtrCSTPackage#getSetComprehensionObjectTemplateExprCS()

Method Summary
 ObjectTemplateCS getObjectTemplate()
          Returns the value of the 'Object Template' containment reference.
 void setObjectTemplate(ObjectTemplateCS value)
          Sets the value of the 'Object Template' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.SetComprehensionExprCS
getOclExpression, setOclExpression
 
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode
getEndOffset, getStartOffset, setEndOffset, setStartOffset
 
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

getObjectTemplate

ObjectTemplateCS getObjectTemplate()
Returns the value of the 'Object Template' containment reference.

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

Returns:
the value of the 'Object Template' containment reference.
See Also:
setObjectTemplate(ObjectTemplateCS), org.eclipse.gmt.umlx.eqvtr.cst.EqvtrCSTPackage#getSetComprehensionObjectTemplateExprCS_ObjectTemplate()

setObjectTemplate

void setObjectTemplate(ObjectTemplateCS value)
Sets the value of the 'Object Template' containment reference.

Parameters:
value - the new value of the 'Object Template' containment reference.
See Also:
getObjectTemplate()