Uses of Class
org.weborganic.furi.VariableType

Uses of VariableType in org.weborganic.furi
 

Methods in org.weborganic.furi that return VariableType
 VariableType Variable.type()
          Returns the implementation type of this variable.
 

Methods in org.weborganic.furi with parameters of type VariableType
 VariableResolver VariableBinder.getResolver(String name, VariableType type)
          Returns the resolver used for the variable of the specified name or type.
 VariableResolver VariableBinder.getResolver(VariableType type)
          Returns the resolver used for the variable of the specified type.
 

Constructors in org.weborganic.furi with parameters of type VariableType
Variable(String name, String def, VariableType type)
          Creates a new variable.
Variable(String name, String def, VariableType type, Variable.Form form)
          Creates a new variable.