public abstract static class DelegatingEcoreEList.Generic<E> extends DelegatingEcoreEList<E>
DelegatingEcoreEList.Dynamic<E>, DelegatingEcoreEList.Generic<E>, DelegatingEcoreEList.UnmodifiableEList<E>, DelegatingEcoreEList.Unsettable<E>| Modifier and Type | Field and Description |
|---|---|
static int |
HAS_INSTANCE_CLASS |
static int |
HAS_MANY_INVERSE |
static int |
HAS_NAVIGABLE_INVERSE |
static int |
HAS_PROXIES |
static int |
IS_CONTAINER |
static int |
IS_CONTAINMENT |
static int |
IS_ENUM |
static int |
IS_EOBJECT |
static int |
IS_PRIMITIVE |
static int |
IS_SET |
static int |
IS_UNIQUE |
static int |
IS_UNSETTABLE |
protected int |
kind |
owner| Constructor and Description |
|---|
Generic(int kind,
InternalEObject owner) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canContainNull() |
protected void |
didChange() |
protected boolean |
hasInstanceClass() |
protected boolean |
hasInverse() |
protected boolean |
hasManyInverse() |
protected boolean |
hasNavigableInverse() |
protected boolean |
hasProxies() |
protected boolean |
isContainer() |
protected boolean |
isContainment() |
protected boolean |
isEObject() |
boolean |
isSet()
Returns whether a value is held by the feature of the object.
|
protected boolean |
isUnique() |
protected boolean |
isUnsettable() |
static int |
kind(EStructuralFeature eStructuralFeature) |
void |
unset()
Unsets the value held by the feature of the object.
|
protected boolean |
useEquals() |
contains, containsAll, createNotification, createNotification, dispatchNotification, get, getEObject, getEStructuralFeature, getFeature, getFeatureID, getFeatureType, getInverseEReference, getInverseFeatureClass, getInverseFeatureID, getNotifier, indexOf, inverseAdd, inverseRemove, isInstance, isNotificationRequired, lastIndexOf, resolve, resolve, resolveProxy, set, toArray, toArray, validatebasicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicToArray, basicToArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicRemove, basicToArray, basicToArray, setUniquepublic static final int IS_SET
public static final int IS_UNSETTABLE
public static final int HAS_INSTANCE_CLASS
public static final int HAS_NAVIGABLE_INVERSE
public static final int HAS_MANY_INVERSE
public static final int IS_CONTAINMENT
public static final int IS_CONTAINER
public static final int IS_UNIQUE
public static final int IS_PRIMITIVE
public static final int IS_ENUM
public static final int IS_EOBJECT
public static final int HAS_PROXIES
protected int kind
public Generic(int kind,
InternalEObject owner)
public static int kind(EStructuralFeature eStructuralFeature)
protected boolean useEquals()
protected boolean canContainNull()
canContainNull in class DelegatingEcoreEList<E>protected boolean isUnique()
isUnique in class DelegatingEcoreEList<E>protected boolean hasInverse()
hasInverse in class DelegatingEcoreEList<E>protected boolean hasManyInverse()
hasManyInverse in class DelegatingEcoreEList<E>protected boolean hasNavigableInverse()
hasNavigableInverse in class DelegatingEcoreEList<E>protected boolean isEObject()
isEObject in class DelegatingEcoreEList<E>protected boolean isContainment()
isContainment in class DelegatingEcoreEList<E>protected boolean hasProxies()
hasProxies in class DelegatingEcoreEList<E>protected boolean hasInstanceClass()
hasInstanceClass in class DelegatingEcoreEList<E>protected boolean isContainer()
protected boolean isUnsettable()
public boolean isSet()
InternalEList.UnsettableisSet in interface EStructuralFeature.SettingisSet in interface InternalEList.Unsettable<E>isSet in class DelegatingEcoreEList<E>EObject.eIsSet(org.eclipse.emf.ecore.EStructuralFeature)public void unset()
InternalEList.Unsettableunset in interface EStructuralFeature.Settingunset in interface InternalEList.Unsettable<E>unset in class DelegatingEcoreEList<E>EObject.eUnset(org.eclipse.emf.ecore.EStructuralFeature)protected void didChange()
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature