|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.BooleanCondition
public final class BooleanCondition
This object defines how data is grouped if the group is sorted by a boolean field.
Field Summary | |
---|---|
static int |
_anyChange
Specifies that data is grouped on any change. |
static int |
_onChangeToNo
Specifies that data is grouped on change to No. |
static int |
_onChangeToYes
Specifies that data is grouped on change to Yes. |
static int |
_onEveryNo
Specifies that data is grouped on every no. |
static int |
_onEveryYes
Specifies that data is grouped on every yes. |
static int |
_onNextIsNo
Specifies that data is grouped when the next is no. |
static int |
_onNextIsYes
Specifies that data is grouped when the next is yes. |
static BooleanCondition |
anyChange
Specifies that data is grouped on any change. |
static BooleanCondition |
onChangeToNo
Specifies that data is grouped on change to No. |
static BooleanCondition |
onChangeToYes
Specifies that data is grouped on change to Yes. |
static BooleanCondition |
onEveryNo
Specifies that data is grouped on every no. |
static BooleanCondition |
onEveryYes
Specifies that data is grouped on every yes. |
static BooleanCondition |
onNextIsNo
Specifies that data is grouped when the next is no. |
static BooleanCondition |
onNextIsYes
Specifies that data is grouped when the next is yes. |
Method Summary | |
---|---|
static BooleanCondition |
from_int(int i)
Converts a boolean condition from an int to a BooleanCondition. |
static BooleanCondition |
from_string(java.lang.String sVal)
Converts a String to a BooleanCondition
|
java.lang.String |
toString()
Converts a BooleanCondition to a String
|
int |
value()
Returns the value for the boolean condition. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _anyChange
Specifies that data is grouped on any change.
public static final int _onChangeToYes
Specifies that data is grouped on change to Yes.
public static final int _onChangeToNo
Specifies that data is grouped on change to No.
public static final int _onEveryYes
Specifies that data is grouped on every yes.
public static final int _onEveryNo
Specifies that data is grouped on every no.
public static final int _onNextIsYes
Specifies that data is grouped when the next is yes.
public static final int _onNextIsNo
Specifies that data is grouped when the next is no.
public static final BooleanCondition anyChange
Specifies that data is grouped on any change.
public static final BooleanCondition onChangeToYes
Specifies that data is grouped on change to Yes.
public static final BooleanCondition onChangeToNo
Specifies that data is grouped on change to No.
public static final BooleanCondition onEveryYes
Specifies that data is grouped on every yes.
public static final BooleanCondition onEveryNo
Specifies that data is grouped on every no.
public static final BooleanCondition onNextIsYes
Specifies that data is grouped when the next is yes.
public static final BooleanCondition onNextIsNo
Specifies that data is grouped when the next is no.
Method Detail |
---|
public static final BooleanCondition from_int(int i)
Converts a boolean condition from an int
to a BooleanCondition.
i
- The int
value that you want
to convert from.
BooleanCondition
object corresponding to the specified value.public static final BooleanCondition from_string(java.lang.String sVal)
Converts a String
to a BooleanCondition
sVal
- The type of the desired BooleanCondition
object.
String
.public java.lang.String toString()
Converts a BooleanCondition
to a String
toString
in class java.lang.Object
String
value of this BooleanCondition
object.public int value()
Returns the value for the boolean condition.
int
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |