Enum Constant | Description |
---|---|
APPLE_PHOTO_FORMAT |
|
APPLESHARE_FORMAT |
|
AUDIO_FORMAT |
|
HIGH_SIERRA_FORMAT |
|
ISO_9660_FORMAT |
|
MAC_OS_EXTENDED_FORMAT |
|
MAC_OS_FORMAT |
|
MSDOS_FORMAT |
|
NFS_FORMAT |
|
PRODOS_FORMAT |
|
QUICKTAKE_FORMAT |
|
UDF_FORMAT |
|
UFS_FORMAT |
|
UNKNOWN_FORMAT |
|
WEBDAV_FORMAT |
Modifier and Type | Method | Description |
---|---|---|
Edfm |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Edfm> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Edfm |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Edfm[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Edfm APPLE_PHOTO_FORMAT
public static final Edfm APPLESHARE_FORMAT
public static final Edfm AUDIO_FORMAT
public static final Edfm HIGH_SIERRA_FORMAT
public static final Edfm ISO_9660_FORMAT
public static final Edfm MAC_OS_EXTENDED_FORMAT
public static final Edfm MAC_OS_FORMAT
public static final Edfm MSDOS_FORMAT
public static final Edfm NFS_FORMAT
public static final Edfm PRODOS_FORMAT
public static final Edfm QUICKTAKE_FORMAT
public static final Edfm UDF_FORMAT
public static final Edfm UFS_FORMAT
public static final Edfm UNKNOWN_FORMAT
public static final Edfm WEBDAV_FORMAT
public static final TypeClass CLASS
public static Edfm[] values()
for (Edfm c : Edfm.values()) System.out.println(c);
public static Edfm 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 Edfm _decode(String objectReference, String applicationReference)
public Class<Edfm> _getJavaType()
_getJavaType
in interface Codec<Edfm>
_decode(String, String)
public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes
in interface Codec<Edfm>
_decode(String, String)