public enum EMDKSubErrorCode extends java.lang.Enum<EMDKSubErrorCode>
Example Usage: EMDKSubErrorCode.MDNA_LICENSE_REQUIRED
Enum Constant and Description |
---|
MDNA_LICENSE_REQUIRED
MDNA license required
|
UNDEFINED
Undefined
|
Modifier and Type | Method and Description |
---|---|
static EMDKSubErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMDKSubErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMDKSubErrorCode UNDEFINED
public static final EMDKSubErrorCode MDNA_LICENSE_REQUIRED
public static EMDKSubErrorCode[] values()
for (EMDKSubErrorCode c : EMDKSubErrorCode.values()) System.out.println(c);
public static EMDKSubErrorCode 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