public static enum ItemListingConfigurator.ColumnAlignment extends Enum<ItemListingConfigurator.ColumnAlignment>
| Enum Constant and Description |
|---|
CENTER
Centered column text
|
LEFT
Left aligned column text
|
RIGHT
Right aligned column text
|
| Modifier and Type | Method and Description |
|---|---|
static ItemListingConfigurator.ColumnAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemListingConfigurator.ColumnAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemListingConfigurator.ColumnAlignment LEFT
public static final ItemListingConfigurator.ColumnAlignment CENTER
public static final ItemListingConfigurator.ColumnAlignment RIGHT
public static ItemListingConfigurator.ColumnAlignment[] values()
for (ItemListingConfigurator.ColumnAlignment c : ItemListingConfigurator.ColumnAlignment.values()) System.out.println(c);
public static ItemListingConfigurator.ColumnAlignment 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 © 2019 The Holon Platform. All rights reserved.