public static enum VFilterSelect.Select extends Enum<VFilterSelect.Select>
| Modifier and Type | Method and Description |
|---|---|
static VFilterSelect.Select |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VFilterSelect.Select[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VFilterSelect.Select NONE
public static final VFilterSelect.Select FIRST
public static final VFilterSelect.Select LAST
public static VFilterSelect.Select[] values()
for (VFilterSelect.Select c : VFilterSelect.Select.values()) System.out.println(c);
public static VFilterSelect.Select 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 © 2016 Vaadin Ltd. All rights reserved.