org.eclipse.emf.ecore.xcore.impl
Class XAttributeImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
org.eclipse.emf.ecore.xcore.impl.XMemberImpl
org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
- All Implemented Interfaces:
- Notifier, EObject, InternalEObject, XAttribute, XMember, XModelElement, XNamedElement, XStructuralFeature, XTypedElement
public class XAttributeImpl
- extends XStructuralFeatureImpl
- implements XAttribute
An implementation of the model object 'XAttribute'.
The following features are implemented:
| Fields inherited from class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl |
derived, DERIVED_EDEFAULT, getBody, isSetBody, readonly, READONLY_EDEFAULT, setBody, transient_, TRANSIENT_EDEFAULT, unsetBody, unsettable, UNSETTABLE_EDEFAULT, volatile_, VOLATILE_EDEFAULT |
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl |
basicSetGetBody, basicSetIsSetBody, basicSetSetBody, basicSetUnsetBody, eInverseRemove, getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatile |
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl |
basicSetType, basicUnsetType, getMultiplicity, getType, isSetType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnordered, unsetType |
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
| 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.xcore.XStructuralFeature |
getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatile |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
DEFAULT_VALUE_LITERAL_EDEFAULT
protected static final java.lang.String DEFAULT_VALUE_LITERAL_EDEFAULT
- The default value of the '
Default Value Literal' attribute.
- See Also:
getDefaultValueLiteral()
defaultValueLiteral
protected java.lang.String defaultValueLiteral
- The cached value of the '
Default Value Literal' attribute.
- See Also:
getDefaultValueLiteral()
ID_EDEFAULT
protected static final boolean ID_EDEFAULT
- The default value of the '
ID' attribute.
- See Also:
isID(),
Constant Field Values
iD
protected boolean iD
- The cached value of the '
ID' attribute.
- See Also:
isID()
XAttributeImpl
protected XAttributeImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass in class XStructuralFeatureImpl
getDefaultValueLiteral
public java.lang.String getDefaultValueLiteral()
-
- Specified by:
getDefaultValueLiteral in interface XAttribute
- Returns:
- the value of the 'Default Value Literal' attribute.
- See Also:
XAttribute.setDefaultValueLiteral(String),
XcorePackage.getXAttribute_DefaultValueLiteral()
setDefaultValueLiteral
public void setDefaultValueLiteral(java.lang.String newDefaultValueLiteral)
-
- Specified by:
setDefaultValueLiteral in interface XAttribute
- Parameters:
newDefaultValueLiteral - the new value of the 'Default Value Literal' attribute.- See Also:
XAttribute.getDefaultValueLiteral()
isID
public boolean isID()
-
- Specified by:
isID in interface XAttribute
- Returns:
- the value of the 'ID' attribute.
- See Also:
XAttribute.setID(boolean),
XcorePackage.getXAttribute_ID()
setID
public void setID(boolean newID)
-
- Specified by:
setID in interface XAttribute
- Parameters:
newID - the new value of the 'ID' attribute.- See Also:
XAttribute.isID()
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet in interface InternalEObject- Overrides:
eGet in class XStructuralFeatureImpl
- See Also:
InternalEObject.eGet(EStructuralFeature, boolean, boolean)
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Specified by:
eSet in interface InternalEObject- Overrides:
eSet in class XStructuralFeatureImpl
- See Also:
EObject.eSet(EStructuralFeature, Object)
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset in interface InternalEObject- Overrides:
eUnset in class XStructuralFeatureImpl
- See Also:
EObject.eUnset(EStructuralFeature)
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet in interface InternalEObject- Overrides:
eIsSet in class XStructuralFeatureImpl
- See Also:
EObject.eIsSet(EStructuralFeature)
toString
public java.lang.String toString()
-
- Overrides:
toString in class XStructuralFeatureImpl