|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.jst.jsf.context.symbol.internal.provisional.ERuntimeSource
Enumerates the possible sources of an instance symbol at runtime. In the default implementation these can be: from the built-in variables, from the managed bean facility, and those defined in tags. This information is provided to allow the VariableResolver to resolve conflicts when instance symbols come from more than one source.
SymbolPackage.getERuntimeSource()
Field Summary | |
static int |
BUILT_IN_SYMBOL
The 'BUILT IN SYMBOL' literal value. |
static ERuntimeSource |
BUILT_IN_SYMBOL_LITERAL
The 'BUILT IN SYMBOL' literal object. |
static java.lang.String |
copyright
|
static int |
MANAGED_BEAN_SYMBOL
The 'MANAGED BEAN SYMBOL' literal value. |
static ERuntimeSource |
MANAGED_BEAN_SYMBOL_LITERAL
The 'MANAGED BEAN SYMBOL' literal object. |
static int |
OTHER
The 'OTHER' literal value. |
static ERuntimeSource |
OTHER_LITERAL
The 'OTHER' literal object. |
static int |
TAG_INSTANTIATED_SYMBOL
The 'TAG INSTANTIATED SYMBOL' literal value. |
static ERuntimeSource |
TAG_INSTANTIATED_SYMBOL_LITERAL
The 'TAG INSTANTIATED SYMBOL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'ERuntime Source' enumerators. |
Method Summary | |
static ERuntimeSource |
get(int value)
Returns the 'ERuntime Source' literal with the specified integer value. |
static ERuntimeSource |
get(java.lang.String literal)
Returns the 'ERuntime Source' literal with the specified literal value. |
static ERuntimeSource |
getByName(java.lang.String name)
Returns the 'ERuntime Source' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int BUILT_IN_SYMBOL
If the meaning of 'BUILT IN SYMBOL' literal object isn't clear, there really should be more of a description here...
BUILT_IN_SYMBOL_LITERAL
,
Constant Field Valuespublic static final int MANAGED_BEAN_SYMBOL
If the meaning of 'MANAGED BEAN SYMBOL' literal object isn't clear, there really should be more of a description here...
MANAGED_BEAN_SYMBOL_LITERAL
,
Constant Field Valuespublic static final int TAG_INSTANTIATED_SYMBOL
If the meaning of 'TAG INSTANTIATED SYMBOL' literal object isn't clear, there really should be more of a description here...
TAG_INSTANTIATED_SYMBOL_LITERAL
,
Constant Field Valuespublic static final int OTHER
If the meaning of 'OTHER' literal object isn't clear, there really should be more of a description here...
OTHER_LITERAL
,
Constant Field Valuespublic static final ERuntimeSource BUILT_IN_SYMBOL_LITERAL
BUILT_IN_SYMBOL
public static final ERuntimeSource MANAGED_BEAN_SYMBOL_LITERAL
MANAGED_BEAN_SYMBOL
public static final ERuntimeSource TAG_INSTANTIATED_SYMBOL_LITERAL
TAG_INSTANTIATED_SYMBOL
public static final ERuntimeSource OTHER_LITERAL
OTHER
public static final java.util.List VALUES
Method Detail |
public static ERuntimeSource get(java.lang.String literal)
literal
-
public static ERuntimeSource getByName(java.lang.String name)
name
-
public static ERuntimeSource get(int value)
value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |