Modifier and Type | Method | Description |
---|---|---|
Esch |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Esch> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Esch |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Esch[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Esch HTTP_URL
public static final Esch SECURE_HTTP_URL
public static final Esch FTP_URL
public static final Esch MAIL_URL
public static final Esch FILE_URL__OBSOLETE_
public static final Esch GOPHER_URL
public static final Esch TELNET_URL
public static final Esch NEWS_URL
public static final Esch SECURE_NEWS_URL
public static final Esch NNTP_URL
public static final Esch MESSAGE_URL
public static final Esch MAILBOX_URL
public static final Esch MULTI_URL
public static final Esch LAUNCH_URL
public static final Esch AFP_URL
public static final Esch APPLETALK_URL
public static final Esch REMOTE_APPLICATION_URL
public static final Esch STREAMING_MULTIMEDIA_URL
public static final Esch NETWORK_FILE_SYSTEM_URL
public static final Esch MAILBOX_ACCESS_URL
public static final Esch MAIL_SERVER_URL
public static final Esch DIRECTORY_SERVER_URL
public static final Esch UNKNOWN_URL
public static final TypeClass CLASS
public static Esch[] values()
for (Esch c : Esch.values()) System.out.println(c);
public static Esch 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 Esch _decode(String objectReference, String applicationReference)
public Class<Esch> _getJavaType()
_getJavaType
in interface Codec<Esch>
_decode(String, String)
public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes
in interface Codec<Esch>
_decode(String, String)