org.eclipse.jst.jsf.context.symbol.internal.provisional
Interface ISymbol

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IBeanInstanceSymbol, IBeanMethodSymbol, IBeanPropertySymbol, IComponentSymbol, IInstanceSymbol, IJavaSymbol, IMethodSymbol, IObjectSymbol, IPropertySymbol

public interface ISymbol
extends org.eclipse.emf.ecore.EObject

An entity that represents a meaningful named value in some context. Typically these represent programming language variables, properties and methods.


Field Summary
static java.lang.String copyright
           
static ISymbol[] EMPTY_SYMBOL_ARRAY
          Singleton for an empty array of ISymbols
 
Method Summary
 java.lang.String getName()
           
 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

EMPTY_SYMBOL_ARRAY

public static final ISymbol[] EMPTY_SYMBOL_ARRAY
Singleton for an empty array of ISymbols


copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()
Returns:
the symbol's name

setName

public 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()