public enum CrosstabRowPositionEnum extends java.lang.Enum<CrosstabRowPositionEnum> implements JREnum
Enum Constant and Description |
---|
BOTTOM
Vertical stretch position indicating that the contents will be rendered on the bottom.
|
MIDDLE
Vertical stretch position indicating that the contents will be rendered on the middle.
|
STRETCH
Vertical stretch position indicating that the contents will be rendered vertically stretched.
|
TOP
Vertical stretch position indicating that the contents will be rendered on the top.
|
Modifier and Type | Method and Description |
---|---|
static CrosstabRowPositionEnum |
getByName(java.lang.String name) |
static CrosstabRowPositionEnum |
getByValue(byte value) |
static CrosstabRowPositionEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static CrosstabRowPositionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabRowPositionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrosstabRowPositionEnum TOP
public static final CrosstabRowPositionEnum MIDDLE
public static final CrosstabRowPositionEnum BOTTOM
public static final CrosstabRowPositionEnum STRETCH
public static CrosstabRowPositionEnum[] values()
for (CrosstabRowPositionEnum c : CrosstabRowPositionEnum.values()) System.out.println(c);
public static CrosstabRowPositionEnum 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 CrosstabRowPositionEnum getByName(java.lang.String name)
public static CrosstabRowPositionEnum getByValue(java.lang.Byte value)
public static CrosstabRowPositionEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com