public interface CollectionTemplateExp
A representation of the model object 'Collection Template Exp'.
The following features are supported:
EqvtTemplatePackage.getCollectionTemplateExp()
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY |
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<org.eclipse.ocl.ecore.OCLExpression> |
getMember()
Returns the value of the 'Member' containment reference list. |
org.eclipse.ocl.ecore.CollectionType |
getReferredCollectionType()
Returns the value of the 'Referred Collection Type' reference. |
org.eclipse.ocl.ecore.OCLExpression |
getRest()
Returns the value of the 'Rest' containment reference. |
void |
setReferredCollectionType(org.eclipse.ocl.ecore.CollectionType value)
Sets the value of the ' Referred Collection Type ' reference. |
void |
setRest(org.eclipse.ocl.ecore.OCLExpression value)
Sets the value of the ' Rest ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvttemplate.TemplateExp |
---|
getBindsTo, getWhere, setBindsTo, setWhere |
Methods inherited from interface org.eclipse.emf.ecore.ETypedElement |
---|
getEGenericType, getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEGenericType, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
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 |
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 |
Method Detail |
---|
org.eclipse.emf.common.util.EList<org.eclipse.ocl.ecore.OCLExpression> getMember()
OCLExpression
.
If the meaning of the 'Part' containment reference list isn't clear, there really should be more of a description here...
EqvtTemplatePackage.getCollectionTemplateExp_Member()
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.ecore.OCLExpression getRest()
If the meaning of the 'Rest' containment reference isn't clear, there really should be more of a description here...
setRest(OCLExpression)
,
EqvtTemplatePackage.getCollectionTemplateExp_Rest()
void setRest(org.eclipse.ocl.ecore.OCLExpression value)
Rest
' containment reference.
value
- the new value of the 'Rest' containment reference.getRest()