Enum Constant | Description |
---|---|
APPLICATION_PANEL |
|
BURNING_PANEL |
|
COMMENTS_PANEL |
|
CONTENT_INDEX_PANEL |
|
GENERAL_INFORMATION_PANEL |
|
LANGUAGES_PANEL |
|
MEMORY_PANEL |
|
MORE_INFO_PANEL |
|
NAME___EXTENSION_PANEL |
|
PLUGINS_PANEL |
|
PREVIEW_PANEL |
|
SHARING_PANEL |
|
SIMPLE_HEADER_PANEL |
Modifier and Type | Method | Description |
---|---|---|
Ipnl |
_decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
String |
_encode(Object japlEnum) |
|
TypeClass[] |
_getAppleScriptTypes() |
|
Class<Ipnl> |
_getJavaType() |
|
String |
getCode() |
|
String |
getDescription() |
|
String |
getName() |
|
static Ipnl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Ipnl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ipnl GENERAL_INFORMATION_PANEL
public static final Ipnl SHARING_PANEL
public static final Ipnl MEMORY_PANEL
public static final Ipnl PREVIEW_PANEL
public static final Ipnl APPLICATION_PANEL
public static final Ipnl LANGUAGES_PANEL
public static final Ipnl PLUGINS_PANEL
public static final Ipnl NAME___EXTENSION_PANEL
public static final Ipnl COMMENTS_PANEL
public static final Ipnl CONTENT_INDEX_PANEL
public static final Ipnl BURNING_PANEL
public static final Ipnl MORE_INFO_PANEL
public static final Ipnl SIMPLE_HEADER_PANEL
public static final TypeClass CLASS
public static Ipnl[] values()
for (Ipnl c : Ipnl.values()) System.out.println(c);
public static Ipnl 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 Ipnl _decode(String objectReference, String applicationReference)
public Class<Ipnl> _getJavaType()
_getJavaType
in interface Codec<Ipnl>
_decode(String, String)
public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes
in interface Codec<Ipnl>
_decode(String, String)