public enum CrosstabTotalPositionEnum extends java.lang.Enum<CrosstabTotalPositionEnum> implements JREnum
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CrosstabTotalPositionEnum NONE
public static final CrosstabTotalPositionEnum START
public static final CrosstabTotalPositionEnum END
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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public static CrosstabTotalPositionEnum getByName(java.lang.String name)
public static CrosstabTotalPositionEnum getByValue(java.lang.Byte value)
public static CrosstabTotalPositionEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com