|
||||||||||
| 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.XClassifierImpl
org.eclipse.emf.ecore.xcore.impl.XClassImpl
public class XClassImpl
An implementation of the model object 'XClass'.
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 boolean |
abstract_
The cached value of the ' Abstract' attribute |
protected static boolean |
ABSTRACT_EDEFAULT
The default value of the ' Abstract' attribute |
protected boolean |
interface_
The cached value of the ' Interface' attribute |
protected static boolean |
INTERFACE_EDEFAULT
The default value of the ' Interface' attribute |
protected EList<XMember> |
members
The cached value of the ' Members' containment reference list |
protected EList<XGenericType> |
superTypes
The cached value of the ' Super Types' containment reference list |
| Fields inherited from class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl |
|---|
instanceType, typeParameters |
| 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 |
XClassImpl()
|
| Method Summary | |
|---|---|
java.lang.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,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
EList<XMember> |
getMembers()
|
EList<XGenericType> |
getSuperTypes()
|
boolean |
isAbstract()
|
boolean |
isInterface()
|
boolean |
isSetSuperTypes()
|
void |
setAbstract(boolean newAbstract)
|
void |
setInterface(boolean newInterface)
|
java.lang.String |
toString()
|
void |
unsetSuperTypes()
|
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl |
|---|
basicSetInstanceType, eBasicRemoveFromContainerFeature, getInstanceType, getPackage, getTypeParameters, setInstanceType |
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl |
|---|
getName, setName |
| Methods inherited from class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl |
|---|
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.XClassifier |
|---|
getInstanceType, getPackage, getTypeParameters, setInstanceType |
| 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 ABSTRACT_EDEFAULT
Abstract' attribute.
isAbstract(),
Constant Field Valuesprotected boolean abstract_
Abstract' attribute.
isAbstract()protected static final boolean INTERFACE_EDEFAULT
Interface' attribute.
isInterface(),
Constant Field Valuesprotected boolean interface_
Interface' attribute.
isInterface()protected EList<XMember> members
Members' containment reference list.
getMembers()protected EList<XGenericType> superTypes
Super Types' containment reference list.
getSuperTypes()| Constructor Detail |
|---|
protected XClassImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class XClassifierImplpublic boolean isAbstract()
isAbstract in interface XClassXClass.setAbstract(boolean),
XcorePackage.getXClass_Abstract()public void setAbstract(boolean newAbstract)
setAbstract in interface XClassnewAbstract - the new value of the 'Abstract' attribute.XClass.isAbstract()public boolean isInterface()
isInterface in interface XClassXClass.setInterface(boolean),
XcorePackage.getXClass_Interface()public void setInterface(boolean newInterface)
setInterface in interface XClassnewInterface - the new value of the 'Interface' attribute.XClass.isInterface()public EList<XMember> getMembers()
getMembers in interface XClassXcorePackage.getXClass_Members(),
XMember.getContainingClass()public EList<XGenericType> getSuperTypes()
getSuperTypes in interface XClassXcorePackage.getXClass_SuperTypes()public void unsetSuperTypes()
public boolean isSetSuperTypes()
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class XClassifierImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class XClassifierImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class XClassifierImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class XClassifierImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class XClassifierImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class XClassifierImplEObject.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 | |||||||||