Uses of Class
de.jstacs.parameters.RangeParameter.RangeType

Packages that use RangeParameter.RangeType
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of RangeParameter.RangeType in de.jstacs.parameters
 

Methods in de.jstacs.parameters that return RangeParameter.RangeType
 RangeParameter.RangeType RangeParameter.shallBeRanged()
          Returns one of LIST, RANGE or NO depending on the input used to specify this RangeParameter.
static RangeParameter.RangeType RangeParameter.RangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeParameter.RangeType[] RangeParameter.RangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.