Enum Constant | Description |
---|---|
HOME_VIDEO |
|
MOVIE |
|
MUSIC_VIDEO |
|
NONE |
|
TV_SHOW |
Modifier and Type | Method | Description |
---|---|---|
Evdk |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Evdk> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Evdk |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Evdk[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Evdk NONE
public static final Evdk HOME_VIDEO
public static final Evdk MOVIE
public static final Evdk MUSIC_VIDEO
public static final Evdk TV_SHOW
public static final TypeClass CLASS
public static Evdk[] values()
for (Evdk c : Evdk.values()) System.out.println(c);
public static Evdk valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCode()
public String getDescription()
getDescription
in interface JaplEnum
public Evdk _decode(String objectReference, String applicationReference)
public Class<Evdk> _getJavaType()
_getJavaType
in interface Codec<Evdk>
_decode(String, String)
public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes
in interface Codec<Evdk>
_decode(String, String)