com.crystaldecisions.sdk.occa.report.definition
Class ChartGroupType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.ChartGroupType

public final class ChartGroupType
extends java.lang.Object

This class is used to specify chart group type.


Field Summary
static int _forAllRecords
           
static int _forEachRecord
           
static int _onChangeOfGroup
           
static ChartGroupType forAllRecords
           A ChartGroupType object that specifies charting based on a cross-tab.
static ChartGroupType forEachRecord
           A ChartGroupType object that specifies charting based on a detail field.
static ChartGroupType onChangeOfGroup
           A ChartGroupType object that specifies charting based on a group field.
 
Method Summary
static ChartGroupType from_int(int i)
           Returns the ChartGroupType object corresponding to the specified value.
static ChartGroupType from_string(java.lang.String sVal)
           Returns the ChartGroupType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this ChartGroupType object.
 int value()
           Returns the int value of this ChartGroupType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_onChangeOfGroup

public static final int _onChangeOfGroup
See Also:
Constant Field Values

_forEachRecord

public static final int _forEachRecord
See Also:
Constant Field Values

_forAllRecords

public static final int _forAllRecords
See Also:
Constant Field Values

onChangeOfGroup

public static final ChartGroupType onChangeOfGroup

A ChartGroupType object that specifies charting based on a group field.


forEachRecord

public static final ChartGroupType forEachRecord

A ChartGroupType object that specifies charting based on a detail field.


forAllRecords

public static final ChartGroupType forAllRecords

A ChartGroupType object that specifies charting based on a cross-tab. Use the Cross-Tab layout to chart on a Cross-Tab object. A Cross-Tab chart uses the fields in the cross-tab for its condition and summary fields.

Method Detail

from_int

public static final ChartGroupType from_int(int i)

Returns the ChartGroupType object corresponding to the specified value.

Parameters:
i - The int value of the desired ChartGroupType object.
Returns:
The ChartGroupType object corresponding to the specified value.

from_string

public static final ChartGroupType from_string(java.lang.String sVal)

Returns the ChartGroupType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired ChartGroupType object.
Returns:
The ChartGroupType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this ChartGroupType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this ChartGroupType object.

value

public int value()

Returns the int value of this ChartGroupType object.

Returns:
The int value of this ChartGroupType object.