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