public static enum SliderSpecifier.TextOption extends Enum<SliderSpecifier.TextOption>
| Enum Constant and Description | 
|---|
ENTER
Text display option provided without echo. 
 | 
ENTER_ECHO
Text display option provided with echo. 
 | 
NONE
No text display field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SliderSpecifier.TextOption | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SliderSpecifier.TextOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SliderSpecifier.TextOption NONE
public static final SliderSpecifier.TextOption ENTER
public static final SliderSpecifier.TextOption ENTER_ECHO
public static SliderSpecifier.TextOption[] values()
for (SliderSpecifier.TextOption c : SliderSpecifier.TextOption.values()) System.out.println(c);
public static SliderSpecifier.TextOption 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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.