public class CollectionItemImpl<C> extends CollectionLiteralPartImpl<C> implements CollectionItem<C>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected OCLExpression<C> |
item
The cached value of the '
Item' containment reference. |
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
NotificationChain |
basicSetItem(OCLExpression<C> newItem,
NotificationChain msgs) |
boolean |
checkItemType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
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) |
OCLExpression<C> |
getItem() |
void |
setItem(OCLExpression<C> newItem) |
getName, getType, setName, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckItemType, setItemgetName, getType, setName, setTypeprotected OCLExpression<C> item
Item' containment reference.
getItem()protected EClass eStaticClass()
eStaticClass in class CollectionLiteralPartImpl<C>public OCLExpression<C> getItem()
getItem in interface CollectionItem<C>CollectionItem.setItem(OCLExpression),
ExpressionsPackage.getCollectionItem_Item()public NotificationChain basicSetItem(OCLExpression<C> newItem, NotificationChain msgs)
public void setItem(OCLExpression<C> newItem)
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
CollectionLiteralPartImplaccept in interface Visitableaccept in class CollectionLiteralPartImpl<C>public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
Copyright © 2015 Open eHealth Foundation. All rights reserved.