public static enum PlaceHolderTextUtil.PlaceHolderTextBy extends Enum<PlaceHolderTextUtil.PlaceHolderTextBy>
| Enum Constant and Description |
|---|
CHARACTERS |
WORDS |
| Modifier and Type | Method and Description |
|---|---|
static PlaceHolderTextUtil.PlaceHolderTextBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceHolderTextUtil.PlaceHolderTextBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaceHolderTextUtil.PlaceHolderTextBy WORDS
public static final PlaceHolderTextUtil.PlaceHolderTextBy CHARACTERS
public static PlaceHolderTextUtil.PlaceHolderTextBy[] values()
for (PlaceHolderTextUtil.PlaceHolderTextBy c : PlaceHolderTextUtil.PlaceHolderTextBy.values()) System.out.println(c);
public static PlaceHolderTextUtil.PlaceHolderTextBy 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 © 1998–2025 Apryse Group NV. All rights reserved.