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