public static enum SelectOptions.Style extends Enum<SelectOptions.Style>
Modifier and Type | Method and Description |
---|---|
static SelectOptions.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOptions.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectOptions.Style Api
public static final SelectOptions.Style Single
public static final SelectOptions.Style Multi
public static final SelectOptions.Style OS
public static SelectOptions.Style[] values()
for (SelectOptions.Style c : SelectOptions.Style.values()) System.out.println(c);
public static SelectOptions.Style 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 © 2018. All rights reserved.