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

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

public final class CommonFieldFormatConditionFormulaType
extends ConditionFormulaType

This class is used to specify the condition formula type for common field formatting.


Field Summary
static int _displayString
           
static int _suppressIfDuplicated
           Suppress if duplicated.
static int _useSystemDefault
          Deprecated.  
static CommonFieldFormatConditionFormulaType displayString
           
static CommonFieldFormatConditionFormulaType suppressIfDuplicated
           A CommonFieldFormatConditionFormulaType object that specifies to suppress if duplicated.
static CommonFieldFormatConditionFormulaType useSystemDefault
          Deprecated.  
 
Method Summary
static CommonFieldFormatConditionFormulaType from_int(int i)
           Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified value.
static CommonFieldFormatConditionFormulaType from_string(java.lang.String sVal)
           Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this BorderConditionFormulaType object.
 int value()
           Returns the int value of this BorderConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_suppressIfDuplicated

public static final int _suppressIfDuplicated

Suppress if duplicated.

See Also:
Constant Field Values

_useSystemDefault

public static final int _useSystemDefault
Deprecated. 
See Also:
Constant Field Values

_displayString

public static final int _displayString
See Also:
Constant Field Values

suppressIfDuplicated

public static final CommonFieldFormatConditionFormulaType suppressIfDuplicated

A CommonFieldFormatConditionFormulaType object that specifies to suppress if duplicated.


useSystemDefault

public static final CommonFieldFormatConditionFormulaType useSystemDefault
Deprecated. 

displayString

public static final CommonFieldFormatConditionFormulaType displayString
Method Detail

from_int

public static final CommonFieldFormatConditionFormulaType from_int(int i)

Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified value.

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

from_string

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

Returns the CommonFieldFormatConditionFormulaType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this BorderConditionFormulaType object.

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

value

public int value()

Returns the int value of this BorderConditionFormulaType object.

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