public static enum QueryDlg.FieldState extends java.lang.Enum<QueryDlg.FieldState>
| Enum Constant and Description |
|---|
FROMDATE_ERROR |
LOGNUM_ERROR |
OK |
TODATE_ERROR |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
desc
The description
|
| Modifier and Type | Method and Description |
|---|---|
static QueryDlg.FieldState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryDlg.FieldState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryDlg.FieldState OK
public static final QueryDlg.FieldState FROMDATE_ERROR
public static final QueryDlg.FieldState TODATE_ERROR
public static final QueryDlg.FieldState LOGNUM_ERROR
public static QueryDlg.FieldState[] values()
for (QueryDlg.FieldState c : QueryDlg.FieldState.values()) System.out.println(c);
public static QueryDlg.FieldState 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 null