ix.icore.plan
Class VariableScope

java.lang.Object
  extended by ix.util.EnumeratedValue
      extended by ix.icore.plan.VariableScope
All Implemented Interfaces:
SemiPrimitive, java.io.Serializable

public final class VariableScope
extends EnumeratedValue

Scope values for PlanVariables.

See Also:
Serialized Form

Field Summary
static VariableScope GLOBAL
           
static VariableScope LOCAL
           
 
Fields inherited from class ix.util.EnumeratedValue
name
 
Method Summary
 java.lang.String toString()
           
static VariableScope valueOf(java.lang.String name)
           
static java.util.List values()
           
 
Methods inherited from class ix.util.EnumeratedValue
getValue, getValueElseError, readResolve, recordValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCAL

public static final VariableScope LOCAL

GLOBAL

public static final VariableScope GLOBAL
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

values

public static java.util.List values()

valueOf

public static VariableScope valueOf(java.lang.String name)