public class CollectionLiteralExpCSImpl extends LiteralExpCSImpl implements CollectionLiteralExpCS
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static CollectionTypeIdentifierEnum |
COLLECTION_TYPE_EDEFAULT
The default value of the '
Collection Type' attribute. |
protected <any> |
collectionLiteralParts
The cached value of the '
Collection Literal Parts' containment reference list. |
protected CollectionTypeIdentifierEnum |
collectionType
The cached value of the '
Collection Type' attribute. |
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken| Modifier | Constructor and Description |
|---|---|
protected |
CollectionLiteralExpCSImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getCollectionLiteralParts() |
CollectionTypeIdentifierEnum |
getCollectionType() |
void |
setCollectionType(CollectionTypeIdentifierEnum newCollectionType) |
String |
toString() |
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenprotected static final CollectionTypeIdentifierEnum COLLECTION_TYPE_EDEFAULT
Collection Type' attribute.
getCollectionType()protected CollectionTypeIdentifierEnum collectionType
Collection Type' attribute.
getCollectionType()protected <any> collectionLiteralParts
Collection Literal Parts' containment reference list.
getCollectionLiteralParts()protected EClass eStaticClass()
eStaticClass in class LiteralExpCSImplpublic CollectionTypeIdentifierEnum getCollectionType()
getCollectionType in interface CollectionLiteralExpCSCollectionTypeIdentifierEnum,
CollectionLiteralExpCS.setCollectionType(CollectionTypeIdentifierEnum),
CSTPackage.getCollectionLiteralExpCS_CollectionType()public void setCollectionType(CollectionTypeIdentifierEnum newCollectionType)
setCollectionType in interface CollectionLiteralExpCSnewCollectionType - the new value of the 'Collection Type' attribute.CollectionTypeIdentifierEnum,
CollectionLiteralExpCS.getCollectionType()public <any> getCollectionLiteralParts()
getCollectionLiteralParts in interface CollectionLiteralExpCSCSTPackage.getCollectionLiteralExpCS_CollectionLiteralParts()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CSTNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class CSTNodeImplpublic void eUnset(int featureID)
eUnset in class CSTNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class CSTNodeImplpublic String toString()
toString in class CSTNodeImplCopyright © 2015 Open eHealth Foundation. All rights reserved.