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