public interface CollectionTemplateExp
A representation of the model object 'Collection Template Exp'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>> getPart()
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...
EqvtTemplatePackage.getCollectionTemplateExp_Part()
org.eclipse.ocl.ecore.CollectionType getReferredCollectionType()
If the meaning of the 'Referred Collection Type' reference isn't clear, there really should be more of a description here...
setReferredCollectionType(CollectionType)
,
EqvtTemplatePackage.getCollectionTemplateExp_ReferredCollectionType()
void setReferredCollectionType(org.eclipse.ocl.ecore.CollectionType value)
Referred Collection Type
' reference.
value
- the new value of the 'Referred Collection Type' reference.getReferredCollectionType()
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getMatch()
If the meaning of the 'Match' reference isn't clear, there really should be more of a description here...
#setMatch(OCLExpression)
,
EqvtTemplatePackage.getCollectionTemplateExp_Match()
void setMatch(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Match
' containment reference.
value
- the new value of the 'Match' containment reference.getMatch()