public static enum ValueBoxBaseFactory.TextAlign extends Enum<ValueBoxBaseFactory.TextAlign>
| Modifier and Type | Method and Description |
|---|---|
static ValueBoxBaseFactory.TextAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueBoxBaseFactory.TextAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueBoxBaseFactory.TextAlign center
public static final ValueBoxBaseFactory.TextAlign justify
public static final ValueBoxBaseFactory.TextAlign left
public static final ValueBoxBaseFactory.TextAlign right
public static ValueBoxBaseFactory.TextAlign[] values()
for (ValueBoxBaseFactory.TextAlign c : ValueBoxBaseFactory.TextAlign.values()) System.out.println(c);
public static ValueBoxBaseFactory.TextAlign 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 © 2015. All rights reserved.