public enum WhenNoDataTypeEnum extends 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(String name) |
static WhenNoDataTypeEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static WhenNoDataTypeEnum |
getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
String |
getName() |
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static WhenNoDataTypeEnum |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
public static WhenNoDataTypeEnum getByName(String name)
public static WhenNoDataTypeEnum getByValue(Byte value)
public static WhenNoDataTypeEnum getByValue(byte value)
Copyright © 2017. All rights reserved.