public static enum DMTaskCallback.Type extends java.lang.Enum<DMTaskCallback.Type>
Enum Constant and Description |
---|
CDM_ERROR
cdm.error
|
DM_OUTPUT
dm.output
|
Modifier and Type | Method and Description |
---|---|
static DMTaskCallback.Type |
getTypeByVal(java.lang.String val) |
static DMTaskCallback.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DMTaskCallback.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMTaskCallback.Type DM_OUTPUT
public static final DMTaskCallback.Type CDM_ERROR
public static DMTaskCallback.Type[] values()
for (DMTaskCallback.Type c : DMTaskCallback.Type.values()) System.out.println(c);
public static DMTaskCallback.Type 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 nullpublic static DMTaskCallback.Type getTypeByVal(java.lang.String val)