|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ChartGroupType
public final class ChartGroupType
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 |
---|
public static final int _onChangeOfGroup
public static final int _forEachRecord
public static final int _forAllRecords
public static final ChartGroupType onChangeOfGroup
A ChartGroupType
object that specifies charting based on a group field.
public static final ChartGroupType forEachRecord
A ChartGroupType
object that specifies charting based on a detail field.
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 |
---|
public static final ChartGroupType from_int(int i)
Returns the ChartGroupType
object corresponding to the specified value.
i
- The int
value of the desired ChartGroupType
object.
ChartGroupType
object corresponding to the specified value.public static final ChartGroupType from_string(java.lang.String sVal)
Returns the ChartGroupType
object corresponding to the specified type.
sVal
- The String
value of the desired ChartGroupType
object.
ChartGroupType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this ChartGroupType
object.
toString
in class java.lang.Object
String
value of this ChartGroupType
object.public int value()
Returns the int
value of this ChartGroupType
object.
int
value of this ChartGroupType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |