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

All Superinterfaces:
org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCS, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.internal.cst.OCLExpressionCS, TemplateVariableCS
All Known Subinterfaces:
CollectionTemplateCS, ObjectTemplateCS

public interface TemplateCS
extends TemplateVariableCS, org.eclipse.ocl.internal.cst.OCLExpressionCS

A representation of the model object 'Template CS'.

The following features are supported:

See Also:
EqvtrCSTPackage.getTemplateCS()

Method Summary
 org.eclipse.ocl.internal.cst.OCLExpressionCS getGuardExpression()
          Returns the value of the 'Guard Expression' containment reference.
 void setGuardExpression(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
          Sets the value of the 'Guard Expression' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.TemplateVariableCS
getType, setType
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.IdentifiedCS
getIdentifier, setIdentifier
 
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

getGuardExpression

org.eclipse.ocl.internal.cst.OCLExpressionCS getGuardExpression()
Returns the value of the 'Guard Expression' containment reference.

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

Returns:
the value of the 'Guard Expression' containment reference.
See Also:
setGuardExpression(OCLExpressionCS), EqvtrCSTPackage.getTemplateCS_GuardExpression()

setGuardExpression

void setGuardExpression(org.eclipse.ocl.internal.cst.OCLExpressionCS value)
Sets the value of the 'Guard Expression' containment reference.

Parameters:
value - the new value of the 'Guard Expression' containment reference.
See Also:
getGuardExpression()