public static enum SelectStep.OptionSelectorType extends Enum<SelectStep.OptionSelectorType>
| Modifier and Type | Method and Description |
|---|---|
static SelectStep.OptionSelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectStep.OptionSelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectStep.OptionSelectorType VALUE
public static final SelectStep.OptionSelectorType TEXT
public static final SelectStep.OptionSelectorType INDEX
public static SelectStep.OptionSelectorType[] values()
for (SelectStep.OptionSelectorType c : SelectStep.OptionSelectorType.values()) System.out.println(c);
public static SelectStep.OptionSelectorType 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 © 2014 codecentric AG. All rights reserved.