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

Uses of Variable.Form in org.weborganic.furi
 

Methods in org.weborganic.furi that return Variable.Form
 Variable.Form Variable.form()
          Returns the form of this variable.
static Variable.Form Variable.Form.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Variable.Form[] Variable.Form.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.Form
Variable(String name, String def, VariableType type, Variable.Form form)
          Creates a new variable.