|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.ETypedElementImpl
org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
An implementation of the model object 'EStructural Feature'.
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.EStructuralFeature |
EStructuralFeature.Internal, EStructuralFeature.Setting |
| Nested classes inherited from class org.eclipse.emf.ecore.EStructuralFeature.Internal |
EStructuralFeature.Internal.DynamicValueHolder, EStructuralFeature.Internal.SettingDelegate |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
| Field Summary | |
protected EClassifier |
cachedEType
|
protected boolean |
cachedIsFeatureMap
|
protected static boolean |
CHANGEABLE_EDEFAULT
The default value of the ' Changeable' attribute |
protected static int |
CHANGEABLE_EFLAG
The flag representing the value of the ' Changeable' attribute |
protected Class |
containerClass
|
protected static Object |
DEFAULT_VALUE_EDEFAULT
The default value of the ' Default Value' attribute |
protected static String |
DEFAULT_VALUE_LITERAL_EDEFAULT
The default value of the ' Default Value Literal' attribute |
protected Object |
defaultValue
|
protected EFactory |
defaultValueFactory
|
protected String |
defaultValueLiteral
The cached value of the ' Default Value Literal' attribute |
protected static boolean |
DERIVED_EDEFAULT
The default value of the ' Derived' attribute |
protected static int |
DERIVED_EFLAG
The flag representing the value of the ' Derived' attribute |
protected BasicExtendedMetaData.EStructuralFeatureExtendedMetaData |
eStructuralFeatureExtendedMetaData
|
protected int |
featureID
|
protected EStructuralFeature.Internal.SettingDelegate |
settingDelegate
|
protected static boolean |
TRANSIENT_EDEFAULT
The default value of the ' Transient' attribute |
protected static int |
TRANSIENT_EFLAG
The flag representing the value of the ' Transient' attribute |
protected static boolean |
UNSETTABLE_EDEFAULT
The default value of the ' Unsettable' attribute |
protected static int |
UNSETTABLE_EFLAG
The flag representing the value of the ' Unsettable' attribute |
protected static boolean |
VOLATILE_EDEFAULT
The default value of the ' Volatile' attribute |
protected static int |
VOLATILE_EFLAG
The flag representing the value of the ' Volatile' attribute |
| Fields inherited from class org.eclipse.emf.ecore.impl.ETypedElementImpl |
eType, LOWER_BOUND_EDEFAULT, lowerBound, MANY_EDEFAULT, ORDERED_EDEFAULT, ORDERED_EFLAG, REQUIRED_EDEFAULT, UNIQUE_EDEFAULT, UNIQUE_EFLAG, UPPER_BOUND_EDEFAULT, upperBound |
| Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
name, NAME_EDEFAULT |
| Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
| Fields inherited from interface org.eclipse.emf.ecore.ETypedElement |
UNBOUNDED_MULTIPLICITY, UNSPECIFIED_MULTIPLICITY |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
protected |
EStructuralFeatureImpl()
|
| Method Summary | |
protected EStructuralFeature.Internal.SettingDelegate |
createFeatureMapSettingDelegate()
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Class |
getContainerClass()
Returns the instance class of the containing class. |
Object |
getDefaultValue()
|
String |
getDefaultValueLiteral()
|
EClass |
getEContainingClass()
|
protected EReference |
getEOpposite()
|
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData |
getExtendedMetaData()
|
int |
getFeatureID()
Returns the ID relative to the containing class. |
EStructuralFeature.Internal.SettingDelegate |
getSettingDelegate()
Returns the delegate for this feature. |
boolean |
isChangeable()
|
protected boolean |
isContainer()
|
protected boolean |
isContainment()
|
boolean |
isDerived()
|
boolean |
isFeatureMap()
Returns whether the type is a feature map. |
protected boolean |
isResolveProxies()
|
boolean |
isTransient()
|
boolean |
isUnsettable()
|
boolean |
isVolatile()
|
void |
setChangeable(boolean newChangeable)
|
void |
setContainerClass(Class containerClass)
|
void |
setDefaultValue(Object newDefaultValue)
A convenience method for setting the 'Default Value Literal' attribute. |
void |
setDefaultValueLiteral(String newDefaultValueLiteral)
Sets the value of the ' Default Value Literal' attribute |
void |
setDefaultValueLiteralGen(String newDefaultValueLiteral)
|
void |
setDerived(boolean newDerived)
|
void |
setExtendedMetaData(BasicExtendedMetaData.EStructuralFeatureExtendedMetaData eStructuralFeatureExtendedMetaData)
|
void |
setFeatureID(int featureID)
|
void |
setSettingDelegate(EStructuralFeature.Internal.SettingDelegate settingDelegate)
Sets the specialized delegate for this feature. |
void |
setTransient(boolean newTransient)
|
void |
setUnsettable(boolean newUnsettable)
|
void |
setVolatile(boolean newVolatile)
|
String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.ETypedElementImpl |
basicGetEType, freeze, getEType, getETypeGen, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
| Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl |
getName, getNameGen, setName |
| Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations, isFrozen |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.ETypedElement |
getEType, getLowerBound, getUpperBound, isMany, isOrdered, isRequired, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedStructuralFeatureID, eDirectResource, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
| Field Detail |
protected int featureID
protected Class containerClass
protected Object defaultValue
protected EFactory defaultValueFactory
protected static final boolean CHANGEABLE_EDEFAULT
Changeable' attribute.
isChangeable(),
Constant Field Valuesprotected static final int CHANGEABLE_EFLAG
Changeable' attribute.
isChangeable(),
Constant Field Valuesprotected static final boolean VOLATILE_EDEFAULT
Volatile' attribute.
isVolatile(),
Constant Field Valuesprotected static final int VOLATILE_EFLAG
Volatile' attribute.
isVolatile(),
Constant Field Valuesprotected static final boolean TRANSIENT_EDEFAULT
Transient' attribute.
isTransient(),
Constant Field Valuesprotected static final int TRANSIENT_EFLAG
Transient' attribute.
isTransient(),
Constant Field Valuesprotected static final String DEFAULT_VALUE_LITERAL_EDEFAULT
Default Value Literal' attribute.
getDefaultValueLiteral()protected String defaultValueLiteral
Default Value Literal' attribute.
getDefaultValueLiteral()protected static final Object DEFAULT_VALUE_EDEFAULT
Default Value' attribute.
getDefaultValue()protected static final boolean UNSETTABLE_EDEFAULT
Unsettable' attribute.
isUnsettable(),
Constant Field Valuesprotected static final int UNSETTABLE_EFLAG
Unsettable' attribute.
isUnsettable(),
Constant Field Valuesprotected static final boolean DERIVED_EDEFAULT
Derived' attribute.
isDerived(),
Constant Field Valuesprotected static final int DERIVED_EFLAG
Derived' attribute.
isDerived(),
Constant Field Valuesprotected EStructuralFeature.Internal.SettingDelegate settingDelegate
protected EClassifier cachedEType
protected boolean cachedIsFeatureMap
protected BasicExtendedMetaData.EStructuralFeatureExtendedMetaData eStructuralFeatureExtendedMetaData
| Constructor Detail |
protected EStructuralFeatureImpl()
| Method Detail |
protected EClass eStaticClass()
eStaticClass in class ETypedElementImplpublic Object getDefaultValue()
getDefaultValue in interface EStructuralFeatureEcorePackage.getEStructuralFeature_DefaultValue()public void setDefaultValue(Object newDefaultValue)
EStructuralFeature
If the feature has an eType that is an
EDataType, the specified value is converted to
a string using the factory's EFactory.convertToString(org.eclipse.emf.ecore.EDataType, java.lang.Object)
method, and the defaultValueLiteral is
set to the result.
setDefaultValue in interface EStructuralFeatureEStructuralFeature.setDefaultValueLiteral(java.lang.String)public void setDefaultValueLiteral(String newDefaultValueLiteral)
EStructuralFeatureDefault Value Literal' attribute.
setDefaultValueLiteral in interface EStructuralFeaturenewDefaultValueLiteral - the new value of the 'Default Value Literal' attribute.EStructuralFeature.getDefaultValueLiteral()public void setDefaultValueLiteralGen(String newDefaultValueLiteral)
public boolean isUnsettable()
isUnsettable in interface EStructuralFeatureEStructuralFeature.setUnsettable(boolean),
EcorePackage.getEStructuralFeature_Unsettable()public void setUnsettable(boolean newUnsettable)
setUnsettable in interface EStructuralFeaturenewUnsettable - the new value of the 'Unsettable' attribute.EStructuralFeature.isUnsettable()public boolean isDerived()
isDerived in interface EStructuralFeatureEStructuralFeature.setDerived(boolean),
EcorePackage.getEStructuralFeature_Derived()public void setDerived(boolean newDerived)
setDerived in interface EStructuralFeaturenewDerived - the new value of the 'Derived' attribute.EStructuralFeature.isDerived()public EClass getEContainingClass()
getEContainingClass in interface EStructuralFeatureEcorePackage.getEStructuralFeature_EContainingClass(),
EClass.getEStructuralFeatures()public boolean isTransient()
isTransient in interface EStructuralFeatureEStructuralFeature.setTransient(boolean),
EcorePackage.getEStructuralFeature_Transient()public void setTransient(boolean newTransient)
setTransient in interface EStructuralFeaturenewTransient - the new value of the 'Transient' attribute.EStructuralFeature.isTransient()public boolean isVolatile()
isVolatile in interface EStructuralFeatureEStructuralFeature.setVolatile(boolean),
EcorePackage.getEStructuralFeature_Volatile()public void setVolatile(boolean newVolatile)
setVolatile in interface EStructuralFeaturenewVolatile - the new value of the 'Volatile' attribute.EStructuralFeature.isVolatile()public boolean isChangeable()
isChangeable in interface EStructuralFeatureEStructuralFeature.setChangeable(boolean),
EcorePackage.getEStructuralFeature_Changeable()public void setChangeable(boolean newChangeable)
setChangeable in interface EStructuralFeaturenewChangeable - the new value of the 'Changeable' attribute.EStructuralFeature.isChangeable()public String getDefaultValueLiteral()
getDefaultValueLiteral in interface EStructuralFeatureEStructuralFeature.setDefaultValueLiteral(String),
EcorePackage.getEStructuralFeature_DefaultValueLiteral()public String toString()
toString in class ETypedElementImplpublic int getFeatureID()
EStructuralFeaturecontaining class.
getFeatureID in interface EStructuralFeaturepublic void setFeatureID(int featureID)
public Class getContainerClass()
EStructuralFeatureinstance class of the containing class.
getContainerClass in interface EStructuralFeature
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class EModelElementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class EModelElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature in class BasicEObjectImpl
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ETypedElementImpl
public void eSet(int featureID,
Object newValue)
eSet in class ETypedElementImplpublic void eUnset(int featureID)
eUnset in class ETypedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ETypedElementImplpublic void setContainerClass(Class containerClass)
protected boolean isResolveProxies()
protected boolean isContainer()
protected boolean isContainment()
protected EReference getEOpposite()
public EStructuralFeature.Internal.SettingDelegate getSettingDelegate()
EStructuralFeature.Internalnull.
getSettingDelegate in interface EStructuralFeature.Internalprotected EStructuralFeature.Internal.SettingDelegate createFeatureMapSettingDelegate()
public void setSettingDelegate(EStructuralFeature.Internal.SettingDelegate settingDelegate)
EStructuralFeature.Internal
setSettingDelegate in interface EStructuralFeature.InternalsettingDelegate - the specialized delegate.public boolean isFeatureMap()
EStructuralFeature.Internal
isFeatureMap in interface EStructuralFeature.Internalpublic BasicExtendedMetaData.EStructuralFeatureExtendedMetaData getExtendedMetaData()
getExtendedMetaData in interface BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holderpublic void setExtendedMetaData(BasicExtendedMetaData.EStructuralFeatureExtendedMetaData eStructuralFeatureExtendedMetaData)
setExtendedMetaData in interface BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||