public class CollectionRangeImpl extends CollectionLiteralPartImpl implements CollectionRange
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 |
basicSetOwnedFirst(OCLExpression newOwnedFirst,
NotificationChain msgs) |
NotificationChain |
basicSetOwnedLast(OCLExpression newOwnedLast,
NotificationChain msgs) |
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) |
void |
eUnset(int featureID) |
OCLExpression |
getOwnedFirst() |
OCLExpression |
getOwnedLast() |
TypeId |
getTypeId() |
void |
setOwnedFirst(OCLExpression newOwnedFirst) |
void |
setOwnedLast(OCLExpression newOwnedLast) |
eInvoke, validateTypeIsNotInvalidbasicGetType, CompatibleBody, getType, 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, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic OCLExpression getOwnedFirst()
getOwnedFirst in interface CollectionRangeCollectionRange.setOwnedFirst(OCLExpression),
PivotPackage.getCollectionRange_OwnedFirst()public NotificationChain basicSetOwnedFirst(OCLExpression newOwnedFirst, NotificationChain msgs)
public void setOwnedFirst(OCLExpression newOwnedFirst)
setOwnedFirst in interface CollectionRangenewOwnedFirst - the new value of the 'Owned First' containment reference.CollectionRange.getOwnedFirst()public OCLExpression getOwnedLast()
getOwnedLast in interface CollectionRangeCollectionRange.setOwnedLast(OCLExpression),
PivotPackage.getCollectionRange_OwnedLast()public NotificationChain basicSetOwnedLast(OCLExpression newOwnedLast, NotificationChain msgs)
public void setOwnedLast(OCLExpression newOwnedLast)
setOwnedLast in interface CollectionRangenewOwnedLast - the new value of the 'Owned Last' containment reference.CollectionRange.getOwnedLast()public 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 <R> R accept(Visitor<R> visitor)
Elementpublic TypeId getTypeId()
getTypeId in interface TypedElementgetTypeId in class TypedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.