Uses of Class
general.Parameter

Packages that use Parameter
general Provides classes for handling some general data that all packages need. 
 

Uses of Parameter in general
 

Fields in general with type parameters of type Parameter
private static java.util.Map<java.lang.String,Parameter> Parameter.LOOKUP
          Map function.
 

Methods in general that return Parameter
static Parameter Parameter.get(java.lang.String paramName)
          Get Parameter by its name.
static Parameter Parameter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Parameter[] Parameter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.