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