OptionsValue

Inheritance: java.lang.Object

public final class OptionsValue

Optional unsigned integer. Options to apply to the data recordset. Possible values can be any combination of one or more of those shown in the following table.

Fields

FieldDescription
DELAY_QUERYDoes not execute the command-string query until the next time the data recordset is refreshed.
NO_ADV_CONFIGLimits the control users have of how the data recordset is refreshed in the Configure Refresh dialog box for the data recordset.
NO_EXTERNAL_DATA_UIPrevents data in the data recordset from being displayed in the External Data window.
NO_LINK_ON_PASTEDoes not copy shape-data links to the Clipboard when shapes are copied or cut.
NO_REFRESH_UIPrevents the data recordset from being displayed in the Refresh Data dialog box.
UNDEFINEDUndefined.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DELAY_QUERY

public static final int DELAY_QUERY

Does not execute the command-string query until the next time the data recordset is refreshed.

NO_ADV_CONFIG

public static final int NO_ADV_CONFIG

Limits the control users have of how the data recordset is refreshed in the Configure Refresh dialog box for the data recordset. In particular, users cannot change the primary key or specify when shape data should be overwritten; however, users can set the refresh interval and can change the data source.

NO_EXTERNAL_DATA_UI

public static final int NO_EXTERNAL_DATA_UI

Prevents data in the data recordset from being displayed in the External Data window.

public static final int NO_LINK_ON_PASTE

Does not copy shape-data links to the Clipboard when shapes are copied or cut.

NO_REFRESH_UI

public static final int NO_REFRESH_UI

Prevents the data recordset from being displayed in the Refresh Data dialog box.

UNDEFINED

public static final int UNDEFINED

Undefined.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int