public enum SecondFieldAlign extends Enum<SecondFieldAlign>
| Modifier and Type | Method and Description |
|---|---|
static SecondFieldAlign |
fromString(String str)
Converts the given string to a SecondFieldAlign
|
String |
toString() |
static SecondFieldAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecondFieldAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecondFieldAlign FLUSH
public static final SecondFieldAlign MARGIN
public static final SecondFieldAlign FALSE
public static SecondFieldAlign[] values()
for (SecondFieldAlign c : SecondFieldAlign.values()) System.out.println(c);
public static SecondFieldAlign 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 String toString()
toString in class Enum<SecondFieldAlign>public static SecondFieldAlign fromString(String str)
str - the string