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

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

public final class StringFieldFormatConditionFormulaType
extends ConditionFormulaType

Defines the conditional formatting formula types for string fields.

See Also:
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

_textFormat

public static final int _textFormat
See Also:
Constant Field Values

_readingOrder

public static final int _readingOrder
See Also:
Constant Field Values

textFormat

public static final StringFieldFormatConditionFormulaType textFormat

readingOrder

public static final StringFieldFormatConditionFormulaType readingOrder
Method Detail

from_int

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

Parameters:
i - an int that identifies a string field formatting formula type
Returns:
the constant that matches the specified integer

from_string

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

Parameters:
sVal - the name of the string field formatting formula type
Returns:
the constant that matches the specified name

toString

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

Overrides:
toString in class java.lang.Object
Returns:
a String that identifies the type of string field formatting formula

value

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

Overrides:
value in class ConditionFormulaType
Returns:
an int that identifies the type of string field formatting formula