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