org.eclipse.emf.ecore.util
Class EObjectWithInverseEList.Unsettable

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--org.eclipse.emf.common.util.BasicEList
                    |
                    +--org.eclipse.emf.common.notify.impl.NotifyingListImpl
                          |
                          +--org.eclipse.emf.ecore.util.EcoreEList
                                |
                                +--org.eclipse.emf.ecore.util.EObjectEList
                                      |
                                      +--org.eclipse.emf.ecore.util.EObjectWithInverseEList
                                            |
                                            +--org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, EList, EStructuralFeature.Setting, EStructuralFeature.Setting.Internal, InternalEList, java.util.List, NotifyingList, java.io.Serializable
Direct Known Subclasses:
EObjectWithInverseEList.Unsettable.ManyInverse, EObjectWithInverseResolvingEList.Unsettable
Enclosing class:
EObjectWithInverseEList

public static class EObjectWithInverseEList.Unsettable
extends EObjectWithInverseEList

See Also:
Serialized Form

Inner Class Summary
static class EObjectWithInverseEList.Unsettable.ManyInverse
           
 
Inner classes inherited from class org.eclipse.emf.ecore.util.EObjectWithInverseEList
EObjectWithInverseEList.ManyInverse, EObjectWithInverseEList.Unsettable
 
Inner classes inherited from class org.eclipse.emf.ecore.util.EObjectEList
EObjectEList.Unsettable
 
Inner classes inherited from class org.eclipse.emf.ecore.util.EcoreEList
EcoreEList.UnmodifiableEList
 
Inner classes inherited from class org.eclipse.emf.common.util.BasicEList
BasicEList.EIterator, BasicEList.EListIterator, BasicEList.NonResolvingEIterator, BasicEList.NonResolvingEListIterator, BasicEList.UnmodifiableEList
 
Inner classes inherited from class org.eclipse.emf.ecore.EStructuralFeature.Setting
EStructuralFeature.Setting.Internal
 
Field Summary
protected  boolean isSet
           
 
Fields inherited from class org.eclipse.emf.ecore.util.EObjectWithInverseEList
inverseFeatureID
 
Fields inherited from class org.eclipse.emf.ecore.util.EObjectEList
featureID
 
Fields inherited from class org.eclipse.emf.ecore.util.EcoreEList
dataClass, owner
 
Fields inherited from class org.eclipse.emf.common.util.BasicEList
data, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
EObjectWithInverseEList.Unsettable(java.lang.Class dataClass, InternalEObject owner, int featureID, int inverseFeatureID)
           
 
Method Summary
protected  void didChange()
          Called to indicate that the data storage has been changed.
 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.
 
Methods inherited from class org.eclipse.emf.ecore.util.EObjectWithInverseEList
getInverseFeatureClass, getInverseFeatureID, hasInverse, hasNavigableInverse
 
Methods inherited from class org.eclipse.emf.ecore.util.EObjectEList
canContainNull, getFeatureID, hasProxies, isEObject, isUnique, useEquals
 
Methods inherited from class org.eclipse.emf.ecore.util.EcoreEList
basicIterator, basicList, basicListIterator, basicListIterator, contains, createNotification, createNotification, dispatchNotification, get, getEObject, getEStructuralFeature, getFeature, getInverseEStructuralFeature, getNotifier, hasManyInverse, indexOf, inverseAdd, inverseRemove, isContainment, isNotificationRequired, lastIndexOf, newData, resolve, resolveProxy, set, toArray, toArray
 
Methods inherited from class org.eclipse.emf.common.notify.impl.NotifyingListImpl
addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, basicSet, clear, createNotificationChain, getFeatureID, move, remove, removeAll, setUnique
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
add, add, addAll, addAll, assign, clone, containsAll, data, didAdd, didClear, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, grow, hashCode, isEmpty, iterator, listIterator, listIterator, move, remove, retainAll, set, shrink, size, toString, validate
 
Methods inherited from class java.util.AbstractList
removeRange, subList
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.util.InternalEList
addUnique, addUnique, basicAdd, basicRemove
 
Methods inherited from interface org.eclipse.emf.common.util.EList
move, move
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, containsAll, equals, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList
 
Methods inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Setting.Internal
basicAdd, basicRemove
 

Field Detail

isSet

protected boolean isSet
Constructor Detail

EObjectWithInverseEList.Unsettable

public EObjectWithInverseEList.Unsettable(java.lang.Class dataClass,
                                          InternalEObject owner,
                                          int featureID,
                                          int inverseFeatureID)
Method Detail

didChange

protected void didChange()
Description copied from class: BasicEList
Called to indicate that the data storage has been changed. This implementation does nothing; clients can use this to monitor change in the data storage.
Overrides:
didChange in class BasicEList

isSet

public boolean isSet()
Description copied from interface: EStructuralFeature.Setting
Returns whether a value is held by the feature of the object.
Overrides:
isSet in class EcoreEList
Following copied from interface: org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns:
whether a value is held by the feature of the object.
See Also:
EObject.eIsSet(EStructuralFeature)

unset

public void unset()
Description copied from interface: EStructuralFeature.Setting
Unsets the value held by the feature of the object.
Overrides:
unset in class EcoreEList
Following copied from interface: org.eclipse.emf.ecore.EStructuralFeature.Setting
See Also:
EObject.eUnset(EStructuralFeature)

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.