|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CrosstabRowPositionEnum>
net.sf.jasperreports.crosstabs.type.CrosstabRowPositionEnum
public enum CrosstabRowPositionEnum
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CrosstabRowPositionEnum TOP
public static final CrosstabRowPositionEnum MIDDLE
public static final CrosstabRowPositionEnum BOTTOM
public static final CrosstabRowPositionEnum STRETCH
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.Byte getValueByte()
getValueByte in interface JREnumpublic final byte getValue()
getValue in interface JREnumpublic java.lang.String getName()
getName in interface JREnumpublic static CrosstabRowPositionEnum getByName(java.lang.String name)
public static CrosstabRowPositionEnum getByValue(java.lang.Byte value)
public static CrosstabRowPositionEnum getByValue(byte value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||