Uses of Interface
org.eclipse.emf.ecore.EStructuralFeature.Setting

Packages that use EStructuralFeature.Setting
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
 

Uses of EStructuralFeature.Setting in org.eclipse.emf.ecore
 

Methods in org.eclipse.emf.ecore that return EStructuralFeature.Setting
 EStructuralFeature.Setting InternalEObject.eSetting(EStructuralFeature feature)
          Returns a setting that can be used to access this object's feature.
 EStructuralFeature.Setting EStructuralFeature.Internal.SettingDelegate.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int dynamicFeatureID)
          Returns a setting that can be used to access the owner's feature.
 

Uses of EStructuralFeature.Setting in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement EStructuralFeature.Setting
static class EStoreEObjectImpl.EStoreEList
          A list that delegates to a eStore.
static class EStoreEObjectImpl.EStoreFeatureMap
          A feature map that delegates to a store.
static class EStructuralFeatureImpl.SettingMany
           
 

Methods in org.eclipse.emf.ecore.impl that return EStructuralFeature.Setting
protected  EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.createDynamicSetting(InternalEObject owner)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateFeatureMapDelegator.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
protected  EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateMany.createDynamicSetting(InternalEObject owner)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateMany.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 EStructuralFeature.Setting EStructuralFeatureImpl.InternalSettingDelegateSingle.dynamicSetting(InternalEObject owner, EStructuralFeature.Internal.DynamicValueHolder settings, int index)
           
 EStructuralFeature.Setting BasicEObjectImpl.eSetting(EStructuralFeature eFeature)
           
 

Uses of EStructuralFeature.Setting in org.eclipse.emf.ecore.util
 

Subinterfaces of EStructuralFeature.Setting in org.eclipse.emf.ecore.util
static interface FeatureMap.Internal
           
 

Classes in org.eclipse.emf.ecore.util that implement EStructuralFeature.Setting
 class BasicFeatureMap
           
 class DelegatingEcoreEList
           
static class DelegatingEcoreEList.Dynamic
           
static class DelegatingEcoreEList.Generic
           
static class DelegatingEcoreEList.UnmodifiableEList
           
static class DelegatingEcoreEList.Unsettable
           
 class DelegatingFeatureMap
           
 class EcoreEList
           
static class EcoreEList.Dynamic
           
static class EcoreEList.Generic
           
static class EcoreEList.UnmodifiableEList
           
static class EcoreEList.UnmodifiableEList.FastCompare
           
 class EcoreEMap
           
protected  class EcoreEMap.DelegateEObjectContainmentEList
           
static class EcoreEMap.Unsettable
           
protected  class EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
           
 class EDataTypeEList
           
static class EDataTypeEList.Unsettable
           
 class EDataTypeUniqueEList
           
static class EDataTypeUniqueEList.Unsettable
           
 class EObjectContainmentEList
           
static class EObjectContainmentEList.Resolving
           
static class EObjectContainmentEList.Unsettable
           
static class EObjectContainmentEList.Unsettable.Resolving
           
 class EObjectContainmentWithInverseEList
           
static class EObjectContainmentWithInverseEList.Resolving
           
static class EObjectContainmentWithInverseEList.Unsettable
           
static class EObjectContainmentWithInverseEList.Unsettable.Resolving
           
 class EObjectEList
           
static class EObjectEList.Unsettable
           
 class EObjectResolvingEList
           
static class EObjectResolvingEList.Unsettable
           
 class EObjectWithInverseEList
           
static class EObjectWithInverseEList.ManyInverse
           
static class EObjectWithInverseEList.Unsettable
           
static class EObjectWithInverseEList.Unsettable.ManyInverse
           
 class EObjectWithInverseResolvingEList
           
static class EObjectWithInverseResolvingEList.ManyInverse
           
static class EObjectWithInverseResolvingEList.Unsettable
           
static class EObjectWithInverseResolvingEList.Unsettable.ManyInverse
           
static class FeatureMapUtil.FeatureEList
           
static class FeatureMapUtil.FeatureEList.Basic
           
static class FeatureMapUtil.FeatureFeatureMap
           
static class FeatureMapUtil.FeatureValue
           
 

Fields in org.eclipse.emf.ecore.util declared as EStructuralFeature.Setting
protected  EStructuralFeature.Setting EcoreUtil.FilteredSettingsIterator.preparedResult
           
 

Methods in org.eclipse.emf.ecore.util that return EStructuralFeature.Setting
 EStructuralFeature.Setting FeatureMapUtil.FeatureFeatureMap.setting(EStructuralFeature feature)
           
 EStructuralFeature.Setting FeatureMap.Internal.setting(EStructuralFeature feature)
           
 EStructuralFeature.Setting DelegatingFeatureMap.setting(EStructuralFeature feature)
           
 EStructuralFeature.Setting BasicFeatureMap.setting(EStructuralFeature feature)
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type EStructuralFeature.Setting
static void EcoreUtil.remove(EStructuralFeature.Setting setting, Object value)
          Removes the value from the setting.
static void EcoreUtil.replace(EStructuralFeature.Setting setting, Object oldValue, Object newValue)
          Replaces the old value in the setting with the new value.
protected  boolean EcoreUtil.FilteredSettingsIterator.isIncluded(EStructuralFeature.Setting setting)
           
protected  Object EcoreUtil.FilteredSettingsIterator.yield(EStructuralFeature.Setting setting)
           
 


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