Codec<Scrollpagebehaviors>, JaplEnum, Serializable, Comparable<Scrollpagebehaviors>@Code("sclb") @Name("ScrollPageBehaviors") public enum Scrollpagebehaviors extends Enum<Scrollpagebehaviors> implements JaplEnum, Codec<Scrollpagebehaviors>
| Enum Constant | Description | 
|---|---|
JUMP_TO_HERE | 
|
JUMP_TO_NEXT_PAGE | 
| Modifier and Type | Method | Description | 
|---|---|---|
Scrollpagebehaviors | 
_decode(String objectReference,
       String applicationReference) | 
 Return the correct enum member for a given string/object reference. 
 | 
String | 
_encode(Object japlEnum) | 
|
TypeClass[] | 
_getAppleScriptTypes() | 
|
Class<Scrollpagebehaviors> | 
_getJavaType() | 
|
String | 
getCode() | 
|
String | 
getDescription() | 
|
String | 
getName() | 
|
static Scrollpagebehaviors | 
valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static Scrollpagebehaviors[] | 
values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Scrollpagebehaviors JUMP_TO_HERE
public static final Scrollpagebehaviors JUMP_TO_NEXT_PAGE
public static final TypeClass CLASS
public static Scrollpagebehaviors[] values()
for (Scrollpagebehaviors c : Scrollpagebehaviors.values()) System.out.println(c);
public static Scrollpagebehaviors 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 Scrollpagebehaviors _decode(String objectReference, String applicationReference)
_decode in interface Codec<Scrollpagebehaviors>objectReference - object referenceapplicationReference - application referencepublic String _encode(Object japlEnum)
_encode in interface Codec<Scrollpagebehaviors>japlEnum - JaplEnum instancepublic Class<Scrollpagebehaviors> _getJavaType()
_getJavaType in interface Codec<Scrollpagebehaviors>_decode(String, String)public TypeClass[] _getAppleScriptTypes()
_getAppleScriptTypes in interface Codec<Scrollpagebehaviors>_decode(String, String)