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

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, TemplateCS, TemplateVariableCS

public interface CollectionTemplateCS
extends TemplateCS

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

The following features are supported:

See Also:
EqvtrCSTPackage.getCollectionTemplateCS()

Method Summary
 org.eclipse.emf.common.util.EList<IdentifiedCS> getMemberIdentifier()
          Returns the value of the 'Member Identifier' containment reference list.
 org.eclipse.emf.ecore.EClassifier getReferredCollectionType()
          Returns the value of the 'Referred Collection Type' reference.
 IdentifierCS getRestIdentifier()
          Returns the value of the 'Rest Identifier' containment reference.
 void setReferredCollectionType(org.eclipse.emf.ecore.EClassifier value)
          Sets the value of the 'Referred Collection Type' reference.
 void setRestIdentifier(IdentifierCS value)
          Sets the value of the 'Rest Identifier' containment reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtr.cst.TemplateCS
getGuardExpression, setGuardExpression
 
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

getMemberIdentifier

org.eclipse.emf.common.util.EList<IdentifiedCS> getMemberIdentifier()
Returns the value of the 'Member Identifier' containment reference list. The list contents are of type IdentifiedCS.

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

Returns:
the value of the 'Member Identifier' containment reference list.
See Also:
EqvtrCSTPackage.getCollectionTemplateCS_MemberIdentifier()

getReferredCollectionType

org.eclipse.emf.ecore.EClassifier 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(EClassifier), EqvtrCSTPackage.getCollectionTemplateCS_ReferredCollectionType()

setReferredCollectionType

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

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

getRestIdentifier

IdentifierCS getRestIdentifier()
Returns the value of the 'Rest Identifier' containment reference.

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

Returns:
the value of the 'Rest Identifier' containment reference.
See Also:
setRestIdentifier(IdentifierCS), EqvtrCSTPackage.getCollectionTemplateCS_RestIdentifier()

setRestIdentifier

void setRestIdentifier(IdentifierCS value)
Sets the value of the 'Rest Identifier' containment reference.

Parameters:
value - the new value of the 'Rest Identifier' containment reference.
See Also:
getRestIdentifier()