Modifier and Type | Method | Description |
---|---|---|
Afdr |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Afdr> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Afdr |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Afdr[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Afdr APPLICATION_SUPPORT
public static final Afdr APPLICATIONS_FOLDER
public static final Afdr DESKTOP
public static final Afdr DESKTOP_PICTURES_FOLDER
public static final Afdr DOCUMENTS_FOLDER
public static final Afdr DOWNLOADS_FOLDER
public static final Afdr FAVORITES_FOLDER
public static final Afdr FOLDER_ACTION_SCRIPTS
public static final Afdr FONTS
public static final Afdr HELP
public static final Afdr HOME_FOLDER
public static final Afdr INTERNET_PLUGINS
public static final Afdr KEYCHAIN_FOLDER
public static final Afdr LIBRARY_FOLDER
public static final Afdr MODEM_SCRIPTS
public static final Afdr MOVIES_FOLDER
public static final Afdr MUSIC_FOLDER
public static final Afdr PICTURES_FOLDER
public static final Afdr PREFERENCES
public static final Afdr PRINTER_DESCRIPTIONS
public static final Afdr PUBLIC_FOLDER
public static final Afdr SCRIPTING_ADDITIONS_FOLDER
public static final Afdr SCRIPTS_FOLDER
public static final Afdr SERVICES_FOLDER
public static final Afdr SHARED_DOCUMENTS
public static final Afdr SHARED_LIBRARIES
public static final Afdr SITES_FOLDER
public static final Afdr STARTUP_DISK
public static final Afdr STARTUP_ITEMS
public static final Afdr SYSTEM_FOLDER
public static final Afdr SYSTEM_PREFERENCES
public static final Afdr TEMPORARY_ITEMS
public static final Afdr TRASH
public static final Afdr USERS_FOLDER
public static final Afdr UTILITIES_FOLDER
public static final Afdr WORKFLOWS_FOLDER
public static final Afdr VOICES
public static final Afdr APPLE_MENU
public static final Afdr CONTROL_PANELS
public static final Afdr CONTROL_STRIP_MODULES
public static final Afdr EXTENSIONS
public static final Afdr LAUNCHER_ITEMS_FOLDER
public static final Afdr PRINTER_DRIVERS
public static final Afdr PRINTMONITOR
public static final Afdr SHUTDOWN_FOLDER
public static final Afdr SPEAKABLE_ITEMS
public static final Afdr STATIONERY
public static final TypeClass CLASS
public static Afdr[] values()
for (Afdr c : Afdr.values()) System.out.println(c);
public static Afdr 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 Afdr _decode(String objectReference, String applicationReference)
public Class<Afdr> _getJavaType()
_getJavaType
in interface Codec<Afdr>
_decode(String, String)
public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes
in interface Codec<Afdr>
_decode(String, String)