@Concealed public static enum DataControl.DataChangeEventPolicy extends java.lang.Enum<DataControl.DataChangeEventPolicy>
| Enum Constant and Description |
|---|
NONE
No DataChange event policy set.
|
POLL
Deprecated.
since 11.1.1.2.0 Please use PUSH
|
PPR
Partial page Refresh Data event policy for ADS
|
PUSH
Active Data event policy for ADS
|
| Modifier and Type | Method and Description |
|---|---|
static DataControl.DataChangeEventPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataControl.DataChangeEventPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataControl.DataChangeEventPolicy PUSH
public static final DataControl.DataChangeEventPolicy PPR
public static final DataControl.DataChangeEventPolicy POLL
public static final DataControl.DataChangeEventPolicy NONE
public static DataControl.DataChangeEventPolicy[] values()
for (DataControl.DataChangeEventPolicy c : DataControl.DataChangeEventPolicy.values()) System.out.println(c);
public static DataControl.DataChangeEventPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null