public static enum ValueField.ValueMode extends Enum<ValueField.ValueMode>
| Modifier and Type | Method and Description |
|---|---|
static ValueField.ValueMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueField.ValueMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueField.ValueMode NORMAL
public static final ValueField.ValueMode REGEX
public static ValueField.ValueMode[] values()
for (ValueField.ValueMode c : ValueField.ValueMode.values()) System.out.println(c);
public static ValueField.ValueMode 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 © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.