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