|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CrosstabTotalPositionEnum>
net.sf.jasperreports.crosstabs.type.CrosstabTotalPositionEnum
public enum CrosstabTotalPositionEnum
| Enum Constant Summary | |
|---|---|
END
Constants indicating that totals are to be positioned at the end of the other buckets. |
|
NONE
Constant indicating that total are not required for this bucket. |
|
START
Constants indicating that totals are to be positioned before the other buckets. |
|
| Method Summary | |
|---|---|
static CrosstabTotalPositionEnum |
getByName(java.lang.String name)
|
static CrosstabTotalPositionEnum |
getByValue(byte value)
|
static CrosstabTotalPositionEnum |
getByValue(java.lang.Byte value)
|
java.lang.String |
getName()
|
byte |
getValue()
|
java.lang.Byte |
getValueByte()
|
static CrosstabTotalPositionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CrosstabTotalPositionEnum[] |
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 CrosstabTotalPositionEnum NONE
public static final CrosstabTotalPositionEnum START
public static final CrosstabTotalPositionEnum END
| Method Detail |
|---|
public static CrosstabTotalPositionEnum[] values()
for (CrosstabTotalPositionEnum c : CrosstabTotalPositionEnum.values()) System.out.println(c);
public static CrosstabTotalPositionEnum 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 CrosstabTotalPositionEnum getByName(java.lang.String name)
public static CrosstabTotalPositionEnum getByValue(java.lang.Byte value)
public static CrosstabTotalPositionEnum getByValue(byte value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||