org.eclipse.ocl.cst
Interface CollectionLiteralExpCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, LiteralExpCS, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS
All Known Implementing Classes:
CollectionLiteralExpCSImpl

public interface CollectionLiteralExpCS
extends LiteralExpCS

A representation of the model object 'Collection Literal Exp CS'.

The following features are supported:

See Also:
CSTPackage.getCollectionLiteralExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> getCollectionLiteralParts()
          Returns the value of the 'Collection Literal Parts' containment reference list.
 CollectionTypeIdentifierEnum getCollectionType()
          Returns the value of the 'Collection Type' attribute.
 void setCollectionType(CollectionTypeIdentifierEnum value)
          Sets the value of the 'Collection Type' attribute.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCollectionType

CollectionTypeIdentifierEnum getCollectionType()
Returns the value of the 'Collection Type' attribute. The literals are from the enumeration CollectionTypeIdentifierEnum.

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

Returns:
the value of the 'Collection Type' attribute.
See Also:
CollectionTypeIdentifierEnum, setCollectionType(CollectionTypeIdentifierEnum), CSTPackage.getCollectionLiteralExpCS_CollectionType()
Generated
Model

setCollectionType

void setCollectionType(CollectionTypeIdentifierEnum value)
Sets the value of the 'Collection Type' attribute.

Parameters:
value - the new value of the 'Collection Type' attribute.
See Also:
CollectionTypeIdentifierEnum, getCollectionType()
Generated

getCollectionLiteralParts

org.eclipse.emf.common.util.EList<CollectionLiteralPartCS> getCollectionLiteralParts()
Returns the value of the 'Collection Literal Parts' containment reference list. The list contents are of type CollectionLiteralPartCS.

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

Returns:
the value of the 'Collection Literal Parts' containment reference list.
See Also:
CSTPackage.getCollectionLiteralExpCS_CollectionLiteralParts()
Generated
Model
containment="true"