net.sf.jasperreports.components.spiderchart.type
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(TableOrder order) |
java.lang.String |
getName() |
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 TableOrder getOrder()
public static TableOrderEnum getByName(java.lang.String name)
public static TableOrderEnum getByValue(TableOrder order)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com