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