Class SubsetSupersetEObjectWithInverseResolvingEList.Unsettable<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.eclipse.emf.common.util.AbstractEList<E>
org.eclipse.emf.common.util.BasicEList<E>
org.eclipse.emf.common.notify.impl.NotifyingListImpl<E>
org.eclipse.emf.ecore.util.NotifyingInternalEListImpl<E>
org.eclipse.emf.ecore.util.EcoreEList<E>
org.eclipse.emf.ecore.util.EObjectEList<E>
com.dassault_systemes.modeler.foundation.util.AbstractModelEObjectEList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, org.eclipse.emf.common.notify.NotifyingList<E>, org.eclipse.emf.common.util.EList<E>, org.eclipse.emf.ecore.EStructuralFeature.Setting, org.eclipse.emf.ecore.util.InternalEList<E>, org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
Direct Known Subclasses:
SubsetSupersetEObjectWithInverseResolvingEList.Unsettable.ManyInverse
Enclosing class:
SubsetSupersetEObjectWithInverseResolvingEList<E>

public static class SubsetSupersetEObjectWithInverseResolvingEList.Unsettable<E> extends SubsetSupersetEObjectWithInverseResolvingEList<E>
See Also:
  • Field Details

    • isSet

      protected boolean isSet
  • Constructor Details

    • Unsettable

      public Unsettable(Class<?> dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, int[] supersetFeatureIDs, int[] subsetFeatureIDs, int inverseFeatureID)
      Creates and initializes a new SubsetSupersetEObjectWithInverseResolvingEList$Unsettable instance.
      Parameters:
      dataClass - data class.
      owner - owner of the setting.
      featureID - feature id.
      supersetFeatureIDs - array of superset features.
      subsetFeatureIDs - array of subset features.
      inverseFeatureID - id of inverse feature.
  • Method Details

    • didChange

      protected void didChange()
      Overrides:
      didChange in class org.eclipse.emf.common.util.AbstractEList<E>
    • isSet

      public boolean isSet()
      Specified by:
      isSet in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
      Specified by:
      isSet in interface org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
      Overrides:
      isSet in class org.eclipse.emf.ecore.util.EcoreEList<E>
    • unset

      public void unset()
      Specified by:
      unset in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
      Specified by:
      unset in interface org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
      Overrides:
      unset in class org.eclipse.emf.ecore.util.EcoreEList<E>