public static enum Parameter.DefaultValueMethods extends Enum<Parameter.DefaultValueMethods> implements DocumentedEnum
Enum Constant and Description |
---|
DEFAULTVALUE |
INPUT |
PATTERN |
SESSIONKEY |
VALUE |
Modifier and Type | Method and Description |
---|---|
static Parameter.DefaultValueMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.DefaultValueMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getLabel, name
public static final Parameter.DefaultValueMethods DEFAULTVALUE
public static final Parameter.DefaultValueMethods SESSIONKEY
public static final Parameter.DefaultValueMethods PATTERN
public static final Parameter.DefaultValueMethods VALUE
public static final Parameter.DefaultValueMethods INPUT
public static Parameter.DefaultValueMethods[] values()
for (Parameter.DefaultValueMethods c : Parameter.DefaultValueMethods.values()) System.out.println(c);
public static Parameter.DefaultValueMethods valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 Frank!Framework. All rights reserved.