Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot
Interface PivotConstants

All Known Subinterfaces:
DrillableOlapModel, OlapColumnAdapter, OlapRowAdapter, OlapTableModel, PivotColumnAdapter, PivotRowAdapter
All Known Implementing Classes:
DefaultOlapTableModel, DefaultPivotColumnAdapter, DefaultPivotRowAdapter

public interface PivotConstants

PivotConstants defines constants for the type of cells of a PivotTable.


Field Summary
static int GRAND_TOTAL_TYPE
          constant indicating a grand total cell
static int NORMAL_TYPE
          constant indicating a normal cell
static int SUBTOTAL_TYPE
          constant indicating a sub total cell
 

Field Detail

NORMAL_TYPE

static final int NORMAL_TYPE
constant indicating a normal cell

See Also:
Constant Field Values

SUBTOTAL_TYPE

static final int SUBTOTAL_TYPE
constant indicating a sub total cell

See Also:
Constant Field Values

GRAND_TOTAL_TYPE

static final int GRAND_TOTAL_TYPE
constant indicating a grand total cell

See Also:
Constant Field Values

Copyright © 2011 Citra Technologies. All Rights Reserved.