Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.context.symbol
Class ERuntimeSource

java.lang.Object
  extended by AbstractEnumerator
      extended by 
org.eclipse.jst.jsf.context.symbol.ERuntimeSource

public final class ERuntimeSource
extends AbstractEnumerator

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.

Provisional API - subject to change

See Also:
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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

BUILT_IN_SYMBOL

public static final int BUILT_IN_SYMBOL
The ' BUILT IN SYMBOL ' literal value.

If the meaning of ' BUILT IN SYMBOL ' literal object isn't clear, there really should be more of a description here...

See Also:
BUILT_IN_SYMBOL_LITERAL, Constant Field Values

MANAGED_BEAN_SYMBOL

public static final int MANAGED_BEAN_SYMBOL
The ' MANAGED BEAN SYMBOL ' literal value.

If the meaning of ' MANAGED BEAN SYMBOL ' literal object isn't clear, there really should be more of a description here...

See Also:
MANAGED_BEAN_SYMBOL_LITERAL, Constant Field Values

TAG_INSTANTIATED_SYMBOL

public static final int TAG_INSTANTIATED_SYMBOL
The ' TAG INSTANTIATED SYMBOL ' literal value.

If the meaning of ' TAG INSTANTIATED SYMBOL ' literal object isn't clear, there really should be more of a description here...

See Also:
TAG_INSTANTIATED_SYMBOL_LITERAL, Constant Field Values

OTHER

public static final int OTHER
The ' OTHER ' literal value.

If the meaning of ' OTHER ' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER_LITERAL, Constant Field Values

BUILT_IN_SYMBOL_LITERAL

public static final 
ERuntimeSource BUILT_IN_SYMBOL_LITERAL
The ' BUILT IN SYMBOL ' literal object.

See Also:
BUILT_IN_SYMBOL

MANAGED_BEAN_SYMBOL_LITERAL

public static final 
ERuntimeSource MANAGED_BEAN_SYMBOL_LITERAL
The ' MANAGED BEAN SYMBOL ' literal object.

See Also:
MANAGED_BEAN_SYMBOL

TAG_INSTANTIATED_SYMBOL_LITERAL

public static final 
ERuntimeSource TAG_INSTANTIATED_SYMBOL_LITERAL
The ' TAG INSTANTIATED SYMBOL ' literal object.

See Also:
TAG_INSTANTIATED_SYMBOL

OTHER_LITERAL

public static final 
ERuntimeSource OTHER_LITERAL
The ' OTHER ' literal object.

See Also:
OTHER

VALUES

public static final java.util.List VALUES
A public read-only list of all the ' ERuntime Source ' enumerators.

Method Detail

get

public static 
ERuntimeSource get(java.lang.String literal)
Returns the ' ERuntime Source ' literal with the specified literal value.

Parameters:
literal -
Returns:
the enumeration for a string literal representation

getByName

public static 
ERuntimeSource getByName(java.lang.String name)
Returns the ' ERuntime Source ' literal with the specified name.

Parameters:
name -
Returns:
the enumeration for the name of the literal value

get

public static 
ERuntimeSource get(int value)
Returns the ' ERuntime Source ' literal with the specified integer value.

Parameters:
value -
Returns:
the enumeration for it's integral value



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire