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

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

public class SubreportObjectConditionFormulaType
extends ConditionFormulaType

Defines the types of conditional formatting formulas that can be applied to a SubreportObject.

See Also:
SubreportObject.setSubreportObjectConditionFormulas(SubreportObjectConditionFormulas)

Field Summary
static int _onDemandCaption
           
static int _previewTabCaption
           
static SubreportObjectConditionFormulaType onDemandCaption
           
static SubreportObjectConditionFormulaType previewTabCaption
           
 
Method Summary
static SubreportObjectConditionFormulaType from_int(int i)
          Gets the SubreportObjectConditionFormulaType that matches the specified integer value.
static SubreportObjectConditionFormulaType from_string(java.lang.String sVal)
          Gets the SubreportObjectConditionFormulaType that matches the specified name.
 java.lang.String toString()
          Returns the String value of the SubreportObjectConditionFormulaType.
 int value()
          Returns the integer value of the SubreportObjectConditionFormulaType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_onDemandCaption

public static final int _onDemandCaption
See Also:
Constant Field Values

_previewTabCaption

public static final int _previewTabCaption
See Also:
Constant Field Values

onDemandCaption

public static final SubreportObjectConditionFormulaType onDemandCaption

previewTabCaption

public static final SubreportObjectConditionFormulaType previewTabCaption
Method Detail

from_int

public static final SubreportObjectConditionFormulaType from_int(int i)
Gets the SubreportObjectConditionFormulaType that matches the specified integer value.

Parameters:
i - An int that identifies a subreport formatting formula type.
Returns:
The constant that matches the specified integer.

from_string

public static final SubreportObjectConditionFormulaType from_string(java.lang.String sVal)
Gets the SubreportObjectConditionFormulaType that matches the specified name.

Parameters:
sVal - The name of a subreport formatting formula type.
Returns:
The constant that matches the specified name.

toString

public java.lang.String toString()
Returns the String value of the SubreportObjectConditionFormulaType.

Overrides:
toString in class java.lang.Object
Returns:
A String that identifies the type of subreport formatting formula.

value

public int value()
Returns the integer value of the SubreportObjectConditionFormulaType.

Overrides:
value in class ConditionFormulaType
Returns:
An int that identifies the type of subreport formatting formula.