public static enum PamReportingBean.PeriodType extends Enum<PamReportingBean.PeriodType>
Modifier and Type | Method and Description |
---|---|
static PamReportingBean.PeriodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PamReportingBean.PeriodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PamReportingBean.PeriodType DAY
public static final PamReportingBean.PeriodType WEEK
public static final PamReportingBean.PeriodType MONTH
public static final PamReportingBean.PeriodType YEAR
public static PamReportingBean.PeriodType[] values()
for (PamReportingBean.PeriodType c : PamReportingBean.PeriodType.values()) System.out.println(c);
public static PamReportingBean.PeriodType 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 © 2022 KOBIL Systems GmbH. All rights reserved.