Modifier and Type | Method | Description |
---|---|---|
Dhac |
Dhac._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Dhac |
InsertionPreference.getInsertionAction() |
Action to perform on media insertion.
|
static Dhac |
Dhac.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Dhac[] |
Dhac.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Dhac> |
Dhac._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
InsertionPreference.setInsertionAction(Dhac insertionAction) |
Action to perform on media insertion.
|