public static enum TokenField.InsertPosition extends Enum<TokenField.InsertPosition>
Enum Constant and Description |
---|
AFTER
Tokens will be added after the input
|
BEFORE
Add tokens before the input
|
Modifier and Type | Method and Description |
---|---|
static TokenField.InsertPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenField.InsertPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenField.InsertPosition AFTER
public static final TokenField.InsertPosition BEFORE
public static TokenField.InsertPosition[] values()
for (TokenField.InsertPosition c : TokenField.InsertPosition.values()) System.out.println(c);
public static TokenField.InsertPosition 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 © 2020 Magnolia International Ltd.. All rights reserved.