public static enum MepEntry.FngState extends java.lang.Enum<MepEntry.FngState>
| Enum Constant and Description |
|---|
FNG_DEFECT |
FNG_DEFECT_CLEARING |
FNG_DEFECT_REPORTED |
FNG_REPORT_DEFECT |
FNG_RESET |
| Modifier and Type | Method and Description |
|---|---|
static MepEntry.FngState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MepEntry.FngState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MepEntry.FngState FNG_RESET
public static final MepEntry.FngState FNG_DEFECT
public static final MepEntry.FngState FNG_REPORT_DEFECT
public static final MepEntry.FngState FNG_DEFECT_REPORTED
public static final MepEntry.FngState FNG_DEFECT_CLEARING
public static MepEntry.FngState[] values()
for (MepEntry.FngState c : MepEntry.FngState.values()) System.out.println(c);
public static MepEntry.FngState 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