|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RangeParameter.RangeType>
de.jstacs.parameters.RangeParameter.RangeType
public static enum RangeParameter.RangeType
The possible types of defining ranges for a RangeParameter.
| Enum Constant Summary | |
|---|---|
LIST
The values of the parameter are given as a list. |
|
NO
The parameter is not ranged, i.e. is works like a SimpleParameter. |
|
RANGE
The values of the parameter are given as a range of possible values and a number of steps between the first and the last value. |
|
| Method Summary | |
|---|---|
static RangeParameter.RangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RangeParameter.RangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RangeParameter.RangeType NO
SimpleParameter.
public static final RangeParameter.RangeType LIST
public static final RangeParameter.RangeType RANGE
| Method Detail |
|---|
public static RangeParameter.RangeType[] values()
for (RangeParameter.RangeType c : RangeParameter.RangeType.values()) System.out.println(c);
public static RangeParameter.RangeType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||