public enum TableOrderEnum extends java.lang.Enum<TableOrderEnum> implements JREnum
Modifier and Type | Method and Description |
---|---|
static TableOrderEnum |
getByName(java.lang.String name) |
static TableOrderEnum |
getByValue(org.jfree.util.TableOrder order) |
java.lang.String |
getName() |
org.jfree.util.TableOrder |
getOrder() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
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 java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public final org.jfree.util.TableOrder getOrder()
public static TableOrderEnum getByName(java.lang.String name)
public static TableOrderEnum getByValue(org.jfree.util.TableOrder order)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com