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


oracle.dss.dataSource.common
Interface PivotConstants


public interface PivotConstants

Flags that specify the kind of pivot for the LayoutManager.pivot method.


Field Summary
static int PIVOT_AFTER
          Specifies that the source dimension is moved after the target dimension during a pivot.
static int PIVOT_BEFORE
          Specifies that the source dimension is moved before the target dimension during a pivot.

 

Field Detail

PIVOT_BEFORE

public static final int PIVOT_BEFORE
Specifies that the source dimension is moved before the target dimension during a pivot.

PIVOT_AFTER

public static final int PIVOT_AFTER
Specifies that the source dimension is moved after the target dimension during a pivot.

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


Copyright © 2003, Oracle. All Rights Reserved.