Uses of Class
org.weborganic.furi.Variable.Reserved

Uses of Variable.Reserved in org.weborganic.furi
 

Methods in org.weborganic.furi that return Variable.Reserved
static Variable.Reserved Variable.Reserved.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Variable.Reserved[] Variable.Reserved.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.weborganic.furi with parameters of type Variable.Reserved
Variable(Variable.Reserved reserved)
          Creates a new untyped reserved variable.