|
|||||||||
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.StringFieldFormatConditionFormulaType
public final class StringFieldFormatConditionFormulaType
Defines the conditional formatting formula types for string fields.
StringFieldFormat.setConditionFormulas(StringFieldFormatConditionFormulas)
,
FieldObject.setFieldFormat(IFieldFormat)
Field Summary | |
---|---|
static int |
_readingOrder
|
static int |
_textFormat
|
static StringFieldFormatConditionFormulaType |
readingOrder
|
static StringFieldFormatConditionFormulaType |
textFormat
|
Method Summary | |
---|---|
static StringFieldFormatConditionFormulaType |
from_int(int i)
Gets the StringFieldFormatConditionFormulaType that matches the specified integer value. |
static StringFieldFormatConditionFormulaType |
from_string(java.lang.String sVal)
Gets the StringFieldFormatConditionFormulaType that matches the specified name. |
java.lang.String |
toString()
Returns the String value of the StringFieldFormatConditionFormulaType . |
int |
value()
Returns the integer value of the StringFieldFormatConditionFormulaType . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _textFormat
public static final int _readingOrder
public static final StringFieldFormatConditionFormulaType textFormat
public static final StringFieldFormatConditionFormulaType readingOrder
Method Detail |
---|
public static final StringFieldFormatConditionFormulaType from_int(int i)
StringFieldFormatConditionFormulaType
that matches the specified integer value.
i
- an int
that identifies a string field formatting formula type
public static final StringFieldFormatConditionFormulaType from_string(java.lang.String sVal)
StringFieldFormatConditionFormulaType
that matches the specified name.
sVal
- the name of the string field formatting formula type
public java.lang.String toString()
String
value of the StringFieldFormatConditionFormulaType
.
toString
in class java.lang.Object
String
that identifies the type of string field formatting formulapublic int value()
StringFieldFormatConditionFormulaType
.
value
in class ConditionFormulaType
int
that identifies the type of string field formatting formula
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |