|
|||||||||
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.SubreportObjectConditionFormulaType
public class SubreportObjectConditionFormulaType
Defines the types of conditional formatting formulas that can be applied to a
SubreportObject
.
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 |
---|
public static final int _onDemandCaption
public static final int _previewTabCaption
public static final SubreportObjectConditionFormulaType onDemandCaption
public static final SubreportObjectConditionFormulaType previewTabCaption
Method Detail |
---|
public static final SubreportObjectConditionFormulaType from_int(int i)
SubreportObjectConditionFormulaType
that matches the specified integer value.
i
- An int
that identifies a subreport formatting formula type.
public static final SubreportObjectConditionFormulaType from_string(java.lang.String sVal)
SubreportObjectConditionFormulaType
that matches the specified name.
sVal
- The name of a subreport formatting formula type.
public java.lang.String toString()
String
value of the SubreportObjectConditionFormulaType
.
toString
in class java.lang.Object
String
that identifies the type of subreport formatting formula.public int value()
SubreportObjectConditionFormulaType
.
value
in class ConditionFormulaType
int
that identifies the type of subreport formatting formula.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |