Uses of Class
org.weborganic.uri.template.Variable.Reserved

Uses of Variable.Reserved in org.weborganic.uri.template
 

Methods in org.weborganic.uri.template 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.uri.template with parameters of type Variable.Reserved
Variable(Variable.Reserved reserved)
          Creates a new variable.