Class SubsetSupersetEObjectEStoreContainmentEList.Unsettable<E>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SubsetSupersetEObjectEStoreContainmentEList.Unsettable.Resolving<E>  
      • Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList

        org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList<E extends java.lang.Object>
      • Nested classes/interfaces inherited from class org.eclipse.emf.common.util.DelegatingEList

        org.eclipse.emf.common.util.DelegatingEList.EIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.EListIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator<E1 extends java.lang.Object>
      • Nested classes/interfaces inherited from class org.eclipse.emf.common.util.AbstractEList

        org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isSet  
      • Fields inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic

        eStructuralFeature
      • Fields inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic

        HAS_INSTANCE_CLASS, HAS_MANY_INVERSE, HAS_NAVIGABLE_INVERSE, HAS_PROXIES, IS_CONTAINER, IS_CONTAINMENT, IS_ENUM, IS_EOBJECT, IS_PRIMITIVE, IS_SET, IS_UNIQUE, IS_UNSETTABLE, kind
      • Fields inherited from class org.eclipse.emf.ecore.util.DelegatingEcoreEList

        owner
      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      Unsettable​(java.lang.Class<?> dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, int[] supersetFeatureIDs, int[] subsetFeatureIDs)  
    • Field Detail

      • isSet

        protected boolean isSet
    • Constructor Detail

      • Unsettable

        public Unsettable​(java.lang.Class<?> dataClass,
                          org.eclipse.emf.ecore.InternalEObject owner,
                          int featureID,
                          int[] supersetFeatureIDs,
                          int[] subsetFeatureIDs)
    • Method Detail

      • didChange

        protected void didChange()
        Overrides:
        didChange in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<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.DelegatingEcoreEList.Generic<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.DelegatingEcoreEList.Generic<E>