org.eclipse.gmt.umlx.eqvttemplate
Interface CollectionTemplateExp

All Superinterfaces:
org.eclipse.ocl.utilities.ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.ocl.expressions.LiteralExp<org.eclipse.emf.ecore.EClassifier>, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>, TemplateExp, org.eclipse.ocl.utilities.TypedElement<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.Visitable

public interface CollectionTemplateExp
extends TemplateExp

A representation of the model object 'Collection Template Exp'.

The following features are supported:

See Also:
EqvtTemplatePackage.getCollectionTemplateExp()

Method Summary
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getMatch()
          Returns the value of the 'Match' containment reference.
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>> getPart()
          Returns the value of the 'Part' containment reference list.
 org.eclipse.ocl.ecore.CollectionType getReferredCollectionType()
          Returns the value of the 'Referred Collection Type' reference.
 void setMatch(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Match' containment reference.
 void setReferredCollectionType(org.eclipse.ocl.ecore.CollectionType value)
          Sets the value of the 'Referred Collection Type' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvttemplate.TemplateExp
getBindsTo, getWhere, setBindsTo, setWhere
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
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

getPart

org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>> getPart()
Returns the value of the 'Part' containment reference list. The list contents are of type org.eclipse.ocl.expressions.OCLExpression.

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

Returns:
the value of the 'Part' containment reference list.
See Also:
EqvtTemplatePackage.getCollectionTemplateExp_Part()

getReferredCollectionType

org.eclipse.ocl.ecore.CollectionType getReferredCollectionType()
Returns the value of the 'Referred Collection Type' reference.

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

Returns:
the value of the 'Referred Collection Type' reference.
See Also:
setReferredCollectionType(CollectionType), EqvtTemplatePackage.getCollectionTemplateExp_ReferredCollectionType()

setReferredCollectionType

void setReferredCollectionType(org.eclipse.ocl.ecore.CollectionType value)
Sets the value of the 'Referred Collection Type' reference.

Parameters:
value - the new value of the 'Referred Collection Type' reference.
See Also:
getReferredCollectionType()

getMatch

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getMatch()
Returns the value of the 'Match' containment reference.

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

Returns:
the value of the 'Match' containment reference.
See Also:
#setMatch(OCLExpression), EqvtTemplatePackage.getCollectionTemplateExp_Match()

setMatch

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

Parameters:
value - the new value of the 'Match' containment reference.
See Also:
getMatch()