public enum TableOrderEnum extends java.lang.Enum<TableOrderEnum> implements NamedEnum
Modifier and Type | Method and Description |
---|---|
static TableOrderEnum |
getByName(java.lang.String name) |
java.lang.String |
getName() |
TableOrder |
getOrder() |
static TableOrderEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableOrderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableOrderEnum BY_ROW
public static final TableOrderEnum BY_COLUMN
public static TableOrderEnum[] values()
for (TableOrderEnum c : TableOrderEnum.values()) System.out.println(c);
public static TableOrderEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final TableOrder getOrder()
public static TableOrderEnum getByName(java.lang.String name)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com