public enum WhenNoDataTypeTableEnum extends Enum<WhenNoDataTypeTableEnum> implements NamedEnum
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(String name) |
String |
getName() |
static WhenNoDataTypeTableEnum |
valueOf(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(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 static WhenNoDataTypeTableEnum getByName(String name)
Copyright © 2016. All rights reserved.