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

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
      extended by com.crystaldecisions.sdk.occa.report.definition.BooleanFieldFormatConditionFormulaType

public final class BooleanFieldFormatConditionFormulaType
extends ConditionFormulaType

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

_outputFormat

public static final int _outputFormat

Boolean output format.

See Also:
Constant Field Values

outputFormat

public static final BooleanFieldFormatConditionFormulaType outputFormat

A BooleanFieldFormatConditionFormulaType object that specifies boolean output format.

Method Detail

from_int

public static final BooleanFieldFormatConditionFormulaType from_int(int i)

Returns the BooleanFieldFormatConditionFormulaType object corresponding to the specified value.

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

from_string

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

Returns the BooleanFieldFormatConditionFormulaType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this BooleanFieldFormatConditionFormulaType object.

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

value

public int value()

Returns the int value of this BooleanFieldFormatConditionFormulaType object.

Overrides:
value in class ConditionFormulaType
Returns:
The int value of this BooleanFieldFormatConditionFormulaType object.