public static enum OTableFormatter.ALIGNMENT extends Enum<OTableFormatter.ALIGNMENT>
Modifier and Type | Method and Description |
---|---|
static OTableFormatter.ALIGNMENT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTableFormatter.ALIGNMENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTableFormatter.ALIGNMENT LEFT
public static final OTableFormatter.ALIGNMENT CENTER
public static final OTableFormatter.ALIGNMENT RIGHT
public static OTableFormatter.ALIGNMENT[] values()
for (OTableFormatter.ALIGNMENT c : OTableFormatter.ALIGNMENT.values()) System.out.println(c);
public static OTableFormatter.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 © 2009–2020 OrientDB. All rights reserved.