public static enum AbstractTabularComponent.Alignment extends Enum<AbstractTabularComponent.Alignment>
| Enum Constant and Description |
|---|
Center
Center alignement.
|
Left
Left alignement.
|
Right
Right alignement.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractTabularComponent.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTabularComponent.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTabularComponent.Alignment Left
public static final AbstractTabularComponent.Alignment Right
public static final AbstractTabularComponent.Alignment Center
public static AbstractTabularComponent.Alignment[] values()
for (AbstractTabularComponent.Alignment c : AbstractTabularComponent.Alignment.values()) System.out.println(c);
public static AbstractTabularComponent.Alignment 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 © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.