public static enum DataReportItem.Status extends Enum<DataReportItem.Status>
| Modifier and Type | Method and Description |
|---|---|
static DataReportItem.Status |
fromCode(char code) |
char |
getCode() |
static DataReportItem.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataReportItem.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataReportItem.Status PENDING
public static final DataReportItem.Status FIXED
public static DataReportItem.Status[] values()
for (DataReportItem.Status c : DataReportItem.Status.values()) System.out.println(c);
public static DataReportItem.Status 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 DataReportItem.Status fromCode(char code)
public char getCode()
Copyright © 2022 Open Foris. All rights reserved.