public class CollectionRangeImpl extends CollectionLiteralPartImpl implements CollectionRange
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
NotificationChain |
basicSetFirst(OCLExpression<Classifier> newFirst,
NotificationChain msgs) |
NotificationChain |
basicSetLast(OCLExpression<Classifier> newLast,
NotificationChain msgs) |
boolean |
checkRangeType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
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<Classifier> |
getFirst() |
OCLExpression<Classifier> |
getLast() |
void |
setFirst(OCLExpression<Classifier> newFirst) |
void |
setLast(OCLExpression<Classifier> newLast) |
getType, setTypeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getType, setName, setTypepublic OCLExpression<Classifier> getFirst()
getFirst in interface CollectionRange<Classifier>CollectionRange.setFirst(OCLExpression),
ExpressionsPackage.getCollectionRange_First()public NotificationChain basicSetFirst(OCLExpression<Classifier> newFirst, NotificationChain msgs)
public void setFirst(OCLExpression<Classifier> newFirst)
setFirst in interface CollectionRange<Classifier>newFirst - the new value of the 'First' containment reference.CollectionRange.getFirst()public OCLExpression<Classifier> getLast()
getLast in interface CollectionRange<Classifier>CollectionRange.setLast(OCLExpression),
ExpressionsPackage.getCollectionRange_Last()public NotificationChain basicSetLast(OCLExpression<Classifier> newLast, NotificationChain msgs)
public void setLast(OCLExpression<Classifier> newLast)
setLast in interface CollectionRange<Classifier>newLast - the new value of the 'Last' containment reference.CollectionRange.getLast()public boolean checkRangeType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkRangeType in interface CollectionRange<Classifier>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
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)
public int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class CollectionLiteralPartImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.