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