public static enum ReportData.ReportType extends java.lang.Enum<ReportData.ReportType>
Enum Constant and Description |
---|
LIST_OF_ENTITIES |
LIST_OF_ENTITIES_WITH_QUERY |
SINGLE_ENTITY |
Modifier and Type | Method and Description |
---|---|
boolean |
isEntity() |
boolean |
isList() |
static ReportData.ReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReportData.ReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportData.ReportType SINGLE_ENTITY
public static final ReportData.ReportType LIST_OF_ENTITIES
public static final ReportData.ReportType LIST_OF_ENTITIES_WITH_QUERY
public static ReportData.ReportType[] values()
for (ReportData.ReportType c : ReportData.ReportType.values()) System.out.println(c);
public static ReportData.ReportType 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 boolean isList()
public boolean isEntity()