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