public static enum Zeropad.Position extends Enum<Zeropad.Position>
Modifier and Type | Method and Description |
---|---|
static Zeropad.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zeropad.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zeropad.Position FRONT
public static final Zeropad.Position BACK
public static final Zeropad.Position BOTH
public static Zeropad.Position[] values()
for (Zeropad.Position c : Zeropad.Position.values()) System.out.println(c);
public static Zeropad.Position 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 © 2011–2020 tagtraum industries incorporated. All rights reserved.