public enum WhenNoDataTypeTableEnum extends java.lang.Enum<WhenNoDataTypeTableEnum> implements JREnum
Enum Constant and Description |
---|
ALL_SECTIONS_NO_DETAIL
Specifies that in case of empty datasources, all table sections except the detail will displayed.
|
BLANK
Specifies that in case of empty datasources, the table output will be blank.
|
Modifier and Type | Method and Description |
---|---|
static WhenNoDataTypeTableEnum |
getByName(java.lang.String name) |
static WhenNoDataTypeTableEnum |
getByValue(byte value) |
static WhenNoDataTypeTableEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static WhenNoDataTypeTableEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhenNoDataTypeTableEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhenNoDataTypeTableEnum BLANK
public static final WhenNoDataTypeTableEnum ALL_SECTIONS_NO_DETAIL
public static WhenNoDataTypeTableEnum[] values()
for (WhenNoDataTypeTableEnum c : WhenNoDataTypeTableEnum.values()) System.out.println(c);
public static WhenNoDataTypeTableEnum 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 WhenNoDataTypeTableEnum getByName(java.lang.String name)
public static WhenNoDataTypeTableEnum getByValue(java.lang.Byte value)
public static WhenNoDataTypeTableEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com