com.crystaldecisions.sdk.occa.report.application
Class RowsetRefreshOptions

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.application.RowsetRefreshOptions

public final class RowsetRefreshOptions
extends java.lang.Object

This class defines options specified by the RowsetController object's getRefreshOptions and setRefreshOptions methods.


Field Summary
static int _clearParameterCurrentValues
           Clears the current values in the parameter fields after the report has been refreshed.
static RowsetRefreshOptions clearParameterCurrentValues
           A RowsetRefreshOptions object that clears the current values in the parameter fields after the report has been refreshed.
 
Method Summary
static RowsetRefreshOptions from_int(int val)
           Returns the RowsetRefreshOptions corresponding to the specified value.
 int value()
           Returns the int value of this RowsetRefreshOptions object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_clearParameterCurrentValues

public static final int _clearParameterCurrentValues

Clears the current values in the parameter fields after the report has been refreshed.

See Also:
Constant Field Values

clearParameterCurrentValues

public static final RowsetRefreshOptions clearParameterCurrentValues

A RowsetRefreshOptions object that clears the current values in the parameter fields after the report has been refreshed.

Method Detail

from_int

public static final RowsetRefreshOptions from_int(int val)

Returns the RowsetRefreshOptions corresponding to the specified value.

Parameters:
val - The int value of the desired RowsetRefreshOptions object.
Returns:
The RowsetRefreshOptions corresponding to the specified value.

value

public int value()

Returns the int value of this RowsetRefreshOptions object.

Returns:
The int value of this RowsetRefreshOptions object.