| Enum Constant | Description |
|---|---|
ALERT_TONE |
|
AUDIOBOOK |
|
BOOK |
|
HOME_VIDEO |
|
ITUNESU |
|
MOVIE |
|
MUSIC_VIDEO |
|
PODCAST |
|
RINGTONE |
|
SONG |
|
TV_SHOW |
|
UNKNOWN |
|
VOICE_MEMO |
| Modifier and Type | Method | Description |
|---|---|---|
Emdk |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Emdk> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Emdk |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Emdk[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Emdk ALERT_TONE
public static final Emdk AUDIOBOOK
public static final Emdk BOOK
public static final Emdk HOME_VIDEO
public static final Emdk ITUNESU
public static final Emdk MOVIE
public static final Emdk SONG
public static final Emdk MUSIC_VIDEO
public static final Emdk PODCAST
public static final Emdk RINGTONE
public static final Emdk TV_SHOW
public static final Emdk VOICE_MEMO
public static final Emdk UNKNOWN
public static final TypeClass CLASS
public static Emdk[] values()
for (Emdk c : Emdk.values()) System.out.println(c);
public static Emdk 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 JaplEnumpublic Emdk _decode(String objectReference, String applicationReference)
public Class<Emdk> _getJavaType()
_getJavaType in interface Codec<Emdk>_decode(String, String)public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes in interface Codec<Emdk>_decode(String, String)