org.eclipse.emf.java
Interface JModelElement

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
JClass, JCompilationUnit, JField, JInitializer, JMember, JMethod, JPackage, JParameter
All Known Implementing Classes:
JClassImpl, JCompilationUnitImpl, JFieldImpl, JInitializerImpl, JMemberImpl, JMethodImpl, JModelElementImpl, JPackageImpl, JParameterImpl

public interface JModelElement
extends EObject

A representation of the model object 'JModel Element'.

The following features are supported:

See Also:
JavaPackage.getJModelElement()

Method Summary
 java.lang.Object getJNode()
          Returns the value of the 'JNode' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getQualifiedName()
           
 void setJNode(java.lang.Object value)
          Sets the value of the 'JNode' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), JavaPackage.getJModelElement_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getJNode

java.lang.Object getJNode()
Returns the value of the 'JNode' attribute.

Returns:
the value of the 'JNode' attribute.
See Also:
setJNode(Object), JavaPackage.getJModelElement_JNode()

setJNode

void setJNode(java.lang.Object value)
Sets the value of the 'JNode' attribute.

Parameters:
value - the new value of the 'JNode' attribute.
See Also:
getJNode()

getQualifiedName

java.lang.String getQualifiedName()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.