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