public static class BasicInternalEList.Unsettable<E> extends BasicInternalEList<E> implements InternalEList.Unsettable<E>
BasicInternalEList.Unsettable<E>InternalEList.Unsettable<E>| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSet |
dataClass| Constructor and Description |
|---|
Unsettable(java.lang.Class<? extends E> dataClass) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
didChange() |
boolean |
isSet()
Returns whether a value is held by the feature of the object.
|
void |
unset()
Unsets the value held by the feature of the object.
|
basicAdd, basicContains, basicContainsAll, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicRemove, basicToArray, basicToArray, newDataclone, 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 Unsettable(java.lang.Class<? extends E> dataClass)
protected void didChange()
public boolean isSet()
InternalEList.UnsettableisSet in interface InternalEList.Unsettable<E>EObject.eIsSet(org.eclipse.emf.ecore.EStructuralFeature)public void unset()
InternalEList.Unsettableunset in interface InternalEList.Unsettable<E>EObject.eUnset(org.eclipse.emf.ecore.EStructuralFeature)Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature