public interface CollectionTemplateCS
A representation of the model object 'Collection Template CS'.
The following features are supported:
EqvtrCSTPackage.getCollectionTemplateCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<IdentifiedCS> |
getHeadIdentifier()
Returns the value of the 'Head Identifier' containment reference list. |
org.eclipse.emf.ecore.EClassifier |
getReferredCollectionType()
Returns the value of the 'Referred Collection Type' reference. |
IdentifierCS |
getTailIdentifier()
Returns the value of the 'Tail Identifier' containment reference. |
void |
setReferredCollectionType(org.eclipse.emf.ecore.EClassifier value)
Sets the value of the ' Referred Collection Type ' reference. |
void |
setTailIdentifier(IdentifierCS value)
Sets the value of the ' Tail Identifier ' 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 |
---|
org.eclipse.emf.common.util.EList<IdentifiedCS> getHeadIdentifier()
IdentifiedCS
.
If the meaning of the 'Head Identifier' containment reference list isn't clear, there really should be more of a description here...
EqvtrCSTPackage.getCollectionTemplateCS_HeadIdentifier()
org.eclipse.emf.ecore.EClassifier getReferredCollectionType()
If the meaning of the 'Referred Collection Type' reference isn't clear, there really should be more of a description here...
setReferredCollectionType(EClassifier)
,
EqvtrCSTPackage.getCollectionTemplateCS_ReferredCollectionType()
void setReferredCollectionType(org.eclipse.emf.ecore.EClassifier value)
Referred Collection Type
' reference.
value
- the new value of the 'Referred Collection Type' reference.getReferredCollectionType()
IdentifierCS getTailIdentifier()
If the meaning of the 'Tail Identifier' containment reference isn't clear, there really should be more of a description here...
setTailIdentifier(IdentifierCS)
,
EqvtrCSTPackage.getCollectionTemplateCS_TailIdentifier()
void setTailIdentifier(IdentifierCS value)
Tail Identifier
' containment reference.
value
- the new value of the 'Tail Identifier' containment reference.getTailIdentifier()