|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RunnerConfigParam.ParamType>
jtr.config.RunnerConfigParam.ParamType
public static enum RunnerConfigParam.ParamType
Types of supported runner-parameters type.
| Enum Constant Summary | |
|---|---|
DEFAULT
This is de default type. |
|
EXTENSION
This type is a marker for user-defined parameter-types. |
|
SCRIPTED
This type is for parameters whose values are generated by p-scrips. |
|
STATISTICAL
This type is for parameters whose values are generated by JTR stocastical functions. |
|
| Method Summary | |
|---|---|
static RunnerConfigParam.ParamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RunnerConfigParam.ParamType[] |
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 RunnerConfigParam.ParamType DEFAULT
public static final RunnerConfigParam.ParamType SCRIPTED
p-scrips.
public static final RunnerConfigParam.ParamType STATISTICAL
public static final RunnerConfigParam.ParamType EXTENSION
| Method Detail |
|---|
public static RunnerConfigParam.ParamType[] values()
for (RunnerConfigParam.ParamType c : RunnerConfigParam.ParamType.values()) System.out.println(c);
public static RunnerConfigParam.ParamType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||