|
||||||||||
| 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.java.impl.JModelElementImpl
org.eclipse.emf.java.impl.JMemberImpl
public abstract class JMemberImpl
An implementation of the model object 'JMember'.
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 java.lang.String |
comment
The cached value of the ' Comment' attribute |
protected static java.lang.String |
COMMENT_EDEFAULT
The default value of the ' Comment' attribute |
protected boolean |
static_
The cached value of the ' Static' attribute |
protected static boolean |
STATIC_EDEFAULT
The default value of the ' Static' attribute |
protected JVisibility |
visibility
The cached value of the ' Visibility' attribute |
protected static JVisibility |
VISIBILITY_EDEFAULT
The default value of the ' Visibility' attribute |
| Fields inherited from class org.eclipse.emf.java.impl.JModelElementImpl |
|---|
isReconciling, jNode, JNODE_EDEFAULT, name, NAME_EDEFAULT |
| 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 |
JMemberImpl()
|
| Method Summary | |
|---|---|
NotificationChain |
basicSetContainingType(JClass newContainingType,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
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)
|
java.lang.String |
getComment()
|
JClass |
getContainingType()
|
JVisibility |
getVisibility()
|
boolean |
isStatic()
|
void |
setComment(java.lang.String newComment)
|
void |
setContainingType(JClass newContainingType)
|
void |
setStatic(boolean newStatic)
|
void |
setVisibility(JVisibility newVisibility)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.emf.java.impl.JModelElementImpl |
|---|
adoptContent, changeAttribute, changeReference, eNotificationRequired, eNotify, getJNode, getName, getQualifiedName, moveContent, orphanContent, resolveIdentifiers, setJNode, setJNodeGen, setName |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.java.JModelElement |
|---|
getJNode, getName, getQualifiedName, setJNode, setName |
| 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 |
| Field Detail |
|---|
protected static final boolean STATIC_EDEFAULT
Static' attribute.
isStatic(),
Constant Field Valuesprotected boolean static_
Static' attribute.
isStatic()protected static final JVisibility VISIBILITY_EDEFAULT
Visibility' attribute.
getVisibility()protected JVisibility visibility
Visibility' attribute.
getVisibility()protected static final java.lang.String COMMENT_EDEFAULT
Comment' attribute.
getComment()protected java.lang.String comment
Comment' attribute.
getComment()| Constructor Detail |
|---|
protected JMemberImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class JModelElementImplpublic boolean isStatic()
isStatic in interface JMemberJMember.setStatic(boolean),
JavaPackage.getJMember_Static()public void setStatic(boolean newStatic)
setStatic in interface JMembernewStatic - the new value of the 'Static' attribute.JMember.isStatic()public JVisibility getVisibility()
getVisibility in interface JMemberJVisibility,
JMember.setVisibility(JVisibility),
JavaPackage.getJMember_Visibility()public void setVisibility(JVisibility newVisibility)
setVisibility in interface JMembernewVisibility - the new value of the 'Visibility' attribute.JVisibility,
JMember.getVisibility()public java.lang.String getComment()
getComment in interface JMemberJMember.setComment(String),
JavaPackage.getJMember_Comment()public void setComment(java.lang.String newComment)
setComment in interface JMembernewComment - the new value of the 'Comment' attribute.JMember.getComment()public JClass getContainingType()
getContainingType in interface JMemberJMember.setContainingType(JClass),
JavaPackage.getJMember_ContainingType(),
JClass.getMembers()
public NotificationChain basicSetContainingType(JClass newContainingType,
NotificationChain msgs)
public void setContainingType(JClass newContainingType)
setContainingType in interface JMembernewContainingType - the new value of the 'Containing Type' container reference.JMember.getContainingType()
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class BasicEObjectImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class BasicEObjectImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature in class BasicEObjectImpl
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class JModelElementImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class JModelElementImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class JModelElementImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class JModelElementImplEObject.eIsSet(EStructuralFeature)public java.lang.String toString()
toString in class JModelElementImpl
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||