| Enum Constant | Description |
|---|---|
BOOKS |
|
FOLDER |
|
GENIUS |
|
ITUNES_U |
|
LIBRARY |
|
MOVIES |
|
MUSIC |
|
NONE |
|
PODCASTS |
|
PURCHASED_MUSIC |
|
TV_SHOWS |
| Modifier and Type | Method | Description |
|---|---|---|
Espk |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Espk> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Espk |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Espk[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Espk NONE
public static final Espk BOOKS
public static final Espk FOLDER
public static final Espk GENIUS
public static final Espk ITUNES_U
public static final Espk LIBRARY
public static final Espk MOVIES
public static final Espk MUSIC
public static final Espk PODCASTS
public static final Espk PURCHASED_MUSIC
public static final Espk TV_SHOWS
public static final TypeClass CLASS
public static Espk[] values()
for (Espk c : Espk.values()) System.out.println(c);
public static Espk 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 Espk _decode(String objectReference, String applicationReference)
public Class<Espk> _getJavaType()
_getJavaType in interface Codec<Espk>_decode(String, String)public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes in interface Codec<Espk>_decode(String, String)