org.eclipse.ocl.cst
Interface CollectionTypeCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS, SimpleNameCS, TypeCS
All Known Implementing Classes:
CollectionTypeCSImpl

public interface CollectionTypeCS
extends SimpleNameCS, TypeCS

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

The following features are supported:

See Also:
CSTPackage.getCollectionTypeCS()
Generated
Model

Method Summary
 CollectionTypeIdentifierEnum getCollectionTypeIdentifier()
          Returns the value of the 'Collection Type Identifier' attribute.
 TypeCS getTypeCS()
          Returns the value of the 'Type CS' containment reference.
 void setCollectionTypeIdentifier(CollectionTypeIdentifierEnum value)
          Sets the value of the 'Collection Type Identifier' attribute.
 void setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference.
 
Methods inherited from interface org.eclipse.ocl.cst.SimpleNameCS
getType, getValue, setType, setValue
 
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

getCollectionTypeIdentifier

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

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

Returns:
the value of the 'Collection Type Identifier' attribute.
See Also:
CollectionTypeIdentifierEnum, setCollectionTypeIdentifier(CollectionTypeIdentifierEnum), CSTPackage.getCollectionTypeCS_CollectionTypeIdentifier()
Generated
Model

setCollectionTypeIdentifier

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

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

getTypeCS

TypeCS getTypeCS()
Returns the value of the 'Type CS' containment reference.

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

Returns:
the value of the 'Type CS' containment reference.
See Also:
setTypeCS(TypeCS), CSTPackage.getCollectionTypeCS_TypeCS()
Generated
Model
containment="true"

setTypeCS

void setTypeCS(TypeCS value)
Sets the value of the 'Type CS' containment reference.

Parameters:
value - the new value of the 'Type CS' containment reference.
See Also:
getTypeCS()
Generated