Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util.format
Class BaseMergeableHandle

java.lang.Object
  |
  +--oracle.dss.util.format.BaseMergeableHandle
Direct Known Subclasses:
BaseViewFormatHandle, ViewStyleHandle

public class BaseMergeableHandle
extends java.lang.Object

Base class for the ViewStyleHandle and ViewFormatHandle wrapper classes used to return a ViewStyle or ViewFormat to a view from the data source through the DataAccess interface.


Field Summary
static int DO_NOT_RUN_RULES
          Do not run rules when using a Mergeable returned from the data source.
static int RUN_RULES
          Run rules when using a Mergeable returned from the data source.

 

Constructor Summary
BaseMergeableHandle()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DO_NOT_RUN_RULES

public static final int DO_NOT_RUN_RULES
Do not run rules when using a Mergeable returned from the data source.

RUN_RULES

public static final int RUN_RULES
Run rules when using a Mergeable returned from the data source.
Constructor Detail

BaseMergeableHandle

public BaseMergeableHandle()

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.