public enum ReportGroupEnum extends Enum<ReportGroupEnum>
Enum Constant and Description |
---|
ACCOUNTING |
ANALYTICS |
AVAILABILITY |
CASHDESK |
CONFIGURATION |
CONTACT |
GOODS |
HOSPITALITY |
SALES |
SEAT |
SHIPMENTTICKET |
VISITS |
Modifier and Type | Method and Description |
---|---|
static ReportGroupEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportGroupEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportGroupEnum SALES
public static final ReportGroupEnum CASHDESK
public static final ReportGroupEnum ACCOUNTING
public static final ReportGroupEnum AVAILABILITY
public static final ReportGroupEnum CONFIGURATION
public static final ReportGroupEnum ANALYTICS
public static final ReportGroupEnum SEAT
public static final ReportGroupEnum SHIPMENTTICKET
public static final ReportGroupEnum GOODS
public static final ReportGroupEnum HOSPITALITY
public static final ReportGroupEnum VISITS
public static final ReportGroupEnum CONTACT
public static ReportGroupEnum[] values()
for (ReportGroupEnum c : ReportGroupEnum.values()) System.out.println(c);
public static ReportGroupEnum 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 nullCopyright © 2020. All rights reserved.