public enum XBrowserSynchronizationMode extends Enum<XBrowserSynchronizationMode> implements OptionsEnum
Enum Constant and Description |
---|
AJAX
AJAX synchronization.
|
HTML
HTML synchronization.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssociatedOption()
Returns the option associated with this this option enum.
|
int |
getValue()
Returns the numeric value that this option enum represents.
|
static XBrowserSynchronizationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XBrowserSynchronizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBrowserSynchronizationMode HTML
public static final XBrowserSynchronizationMode AJAX
public static XBrowserSynchronizationMode[] values()
for (XBrowserSynchronizationMode c : XBrowserSynchronizationMode.values()) System.out.println(c);
public static XBrowserSynchronizationMode 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 int getValue()
OptionsEnum
getValue
in interface OptionsEnum
public String getAssociatedOption()
OptionsEnum
getAssociatedOption
in interface OptionsEnum
Copyright 2009-2012 Micro Focus. All Rights Reserved.