public class CollectionItemImpl extends CollectionLiteralPartImpl implements CollectionItem
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwnedItem(OCLExpression newOwnedItem,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
OCLExpression |
getOwnedItem() |
void |
setOwnedItem(OCLExpression newOwnedItem) |
boolean |
validateTypeIsItemType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
validateTypeIsNotInvalidbasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setType, toStringgetName, setNameallOwnedElements, eInverseAdd, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidateTypeIsNotInvalidCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic OCLExpression getOwnedItem()
getOwnedItem in interface CollectionItemCollectionItem.setOwnedItem(OCLExpression),
PivotPackage.getCollectionItem_OwnedItem()public NotificationChain basicSetOwnedItem(OCLExpression newOwnedItem, NotificationChain msgs)
public void setOwnedItem(OCLExpression newOwnedItem)
setOwnedItem in interface CollectionItemnewOwnedItem - the new value of the 'Owned Item' containment reference.CollectionItem.getOwnedItem()public boolean validateTypeIsItemType(DiagnosticChain diagnostics,
Map<Object,Object> context)
validateTypeIsItemType in interface CollectionItempublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class TypedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class TypedElementImplpublic void eUnset(int featureID)
eUnset in class TypedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class TypedElementImplpublic Object eInvoke(int operationID, <any> arguments) throws InvocationTargetException
eInvoke in class CollectionLiteralPartImplInvocationTargetExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.