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