public enum TableOrderEnum extends Enum<TableOrderEnum> implements JREnum
| Modifier and Type | Method and Description |
|---|---|
static TableOrderEnum |
getByName(String name) |
static TableOrderEnum |
getByValue(org.jfree.util.TableOrder order) |
String |
getName() |
org.jfree.util.TableOrder |
getOrder() |
byte |
getValue() |
Byte |
getValueByte() |
static TableOrderEnum |
valueOf(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(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 nullpublic Byte getValueByte()
getValueByte in interface JREnumpublic final org.jfree.util.TableOrder getOrder()
public static TableOrderEnum getByName(String name)
public static TableOrderEnum getByValue(org.jfree.util.TableOrder order)
Copyright © 2014. All rights reserved.