|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.BooleanFieldFormatConditionFormulaType
public final class BooleanFieldFormatConditionFormulaType
This class is used to specify the condition formula type for BooleanField
formatting.
Field Summary | |
---|---|
static int |
_outputFormat
Boolean output format. |
static BooleanFieldFormatConditionFormulaType |
outputFormat
A BooleanFieldFormatConditionFormulaType object that specifies boolean output
format. |
Method Summary | |
---|---|
static BooleanFieldFormatConditionFormulaType |
from_int(int i)
Returns the BooleanFieldFormatConditionFormulaType object corresponding to the specified value. |
static BooleanFieldFormatConditionFormulaType |
from_string(java.lang.String sVal)
Returns the BooleanFieldFormatConditionFormulaType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this BooleanFieldFormatConditionFormulaType object. |
int |
value()
Returns the int value of this BooleanFieldFormatConditionFormulaType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _outputFormat
Boolean output format.
public static final BooleanFieldFormatConditionFormulaType outputFormat
A BooleanFieldFormatConditionFormulaType
object that specifies boolean output
format.
Method Detail |
---|
public static final BooleanFieldFormatConditionFormulaType from_int(int i)
Returns the BooleanFieldFormatConditionFormulaType
object corresponding to the specified value.
i
- The int
value of the desired BooleanFieldFormatConditionFormulaType
object.
BooleanFieldFormatConditionFormulaType
object corresponding to the specified value.public static final BooleanFieldFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the BooleanFieldFormatConditionFormulaType
object corresponding to the specified type.
sVal
- The String
value of the desired BooleanFieldFormatConditionFormulaType
object.
BooleanFieldFormatConditionFormulaType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this BooleanFieldFormatConditionFormulaType
object.
toString
in class java.lang.Object
String
value of this BooleanFieldFormatConditionFormulaType
object.public int value()
Returns the int
value of this BooleanFieldFormatConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this BooleanFieldFormatConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |