public static enum Padder.PadPosition extends Enum<Padder.PadPosition>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AFTER_PREFIX |
AFTER_SUFFIX |
BEFORE_PREFIX |
BEFORE_SUFFIX |
| Modifier and Type | Method and Description |
|---|---|
static Padder.PadPosition |
fromOld(int old) |
int |
toOld() |
static Padder.PadPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Padder.PadPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Padder.PadPosition BEFORE_PREFIX
public static final Padder.PadPosition AFTER_PREFIX
public static final Padder.PadPosition BEFORE_SUFFIX
public static final Padder.PadPosition AFTER_SUFFIX
public static Padder.PadPosition[] values()
public static Padder.PadPosition 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 nullpublic static Padder.PadPosition fromOld(int old)
public int toOld()