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