|
||||||||||
| 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.xcore.impl.XModelElementImpl
org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
public abstract class XTypedElementImpl
An implementation of the model object 'XTyped Element'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
InternalEObject.EStore |
| Field Summary | |
|---|---|
protected int[] |
multiplicity
The cached value of the ' Multiplicity' attribute |
protected static int[] |
MULTIPLICITY_EDEFAULT
The default value of the ' Multiplicity' attribute |
protected XGenericType |
type
The cached value of the ' Type' containment reference |
protected boolean |
typeESet
This is true if the Type containment reference has been set |
protected boolean |
unique
The cached value of the ' Unique' attribute |
protected static boolean |
UNIQUE_EDEFAULT
The default value of the ' Unique' attribute |
protected boolean |
unordered
The cached value of the ' Unordered' attribute |
protected static boolean |
UNORDERED_EDEFAULT
The default value of the ' Unordered' attribute |
| Fields inherited from class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl |
|---|
name, NAME_EDEFAULT |
| Fields inherited from class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl |
|---|
annotations |
| 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.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
XTypedElementImpl()
|
| Method Summary | |
|---|---|
NotificationChain |
basicSetType(XGenericType newType,
NotificationChain msgs)
|
NotificationChain |
basicUnsetType(NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
int[] |
getMultiplicity()
|
XGenericType |
getType()
|
boolean |
isSetType()
|
boolean |
isUnique()
|
boolean |
isUnordered()
|
void |
setMultiplicity(int[] newMultiplicity)
|
void |
setType(XGenericType newType)
|
void |
setUnique(boolean newUnique)
|
void |
setUnordered(boolean newUnordered)
|
java.lang.String |
toString()
|
void |
unsetType()
|
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl |
|---|
getName, setName |
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl |
|---|
eInverseAdd, getAnnotation, getAnnotations |
| 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.common.notify.impl.BasicNotifierImpl |
|---|
eBasicAdapterArray, eBasicHasAdapters, 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.xcore.XNamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement |
|---|
getAnnotation, getAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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 |
|---|
eNotificationRequired |
| Field Detail |
|---|
protected static final boolean UNORDERED_EDEFAULT
Unordered' attribute.
isUnordered(),
Constant Field Valuesprotected boolean unordered
Unordered' attribute.
isUnordered()protected static final boolean UNIQUE_EDEFAULT
Unique' attribute.
isUnique(),
Constant Field Valuesprotected boolean unique
Unique' attribute.
isUnique()protected XGenericType type
Type' containment reference.
getType()protected boolean typeESet
protected static final int[] MULTIPLICITY_EDEFAULT
Multiplicity' attribute.
getMultiplicity()protected int[] multiplicity
Multiplicity' attribute.
getMultiplicity()| Constructor Detail |
|---|
protected XTypedElementImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class XNamedElementImplpublic boolean isUnordered()
isUnordered in interface XTypedElementXTypedElement.setUnordered(boolean),
XcorePackage.getXTypedElement_Unordered()public void setUnordered(boolean newUnordered)
setUnordered in interface XTypedElementnewUnordered - the new value of the 'Unordered' attribute.XTypedElement.isUnordered()public boolean isUnique()
isUnique in interface XTypedElementXTypedElement.setUnique(boolean),
XcorePackage.getXTypedElement_Unique()public void setUnique(boolean newUnique)
setUnique in interface XTypedElementnewUnique - the new value of the 'Unique' attribute.XTypedElement.isUnique()public XGenericType getType()
getType in interface XTypedElementXTypedElement.setType(XGenericType),
XcorePackage.getXTypedElement_Type()
public NotificationChain basicSetType(XGenericType newType,
NotificationChain msgs)
public void setType(XGenericType newType)
setType in interface XTypedElementnewType - the new value of the 'Type' containment reference.XTypedElement.getType()public NotificationChain basicUnsetType(NotificationChain msgs)
public void unsetType()
public boolean isSetType()
public int[] getMultiplicity()
getMultiplicity in interface XTypedElementXTypedElement.setMultiplicity(int[]),
XcorePackage.getXTypedElement_Multiplicity()public void setMultiplicity(int[] newMultiplicity)
setMultiplicity in interface XTypedElementnewMultiplicity - the new value of the 'Multiplicity' attribute.XTypedElement.getMultiplicity()
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class XModelElementImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class XNamedElementImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class XNamedElementImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class XNamedElementImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class XNamedElementImplEObject.eIsSet(EStructuralFeature)public java.lang.String toString()
toString in class XNamedElementImpl
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||