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