public enum PrintOrderEnum extends java.lang.Enum<PrintOrderEnum> implements JREnum
Enum Constant and Description |
---|
HORIZONTAL
Specifies that columns in a report should be filled horizontally (columns are filled proportionally).
|
VERTICAL
Specifies that columns in a report should be filled vertically (fill an entire column and then go to the
next one).
|
Modifier and Type | Method and Description |
---|---|
static PrintOrderEnum |
getByName(java.lang.String name) |
static PrintOrderEnum |
getByValue(byte value) |
static PrintOrderEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static PrintOrderEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintOrderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintOrderEnum VERTICAL
public static final PrintOrderEnum HORIZONTAL
public static PrintOrderEnum[] values()
for (PrintOrderEnum c : PrintOrderEnum.values()) System.out.println(c);
public static PrintOrderEnum 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 static PrintOrderEnum getByName(java.lang.String name)
public static PrintOrderEnum getByValue(java.lang.Byte value)
public static PrintOrderEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com