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

java.lang.Object
  extended by 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
          For internal use only
static int _suppressIfDuplicated
           Suppress if duplicated.
static int _useSystemDefault
           Use system default.
static CommonFieldFormatConditionFormulaType displayString
          For internal use only
static CommonFieldFormatConditionFormulaType suppressIfDuplicated
           A CommonFieldFormatConditionFormulaType object that specifies to suppress if duplicated.
static CommonFieldFormatConditionFormulaType useSystemDefault
           A CommonFieldFormatConditionFormulaType object that specifies to use the system default.
 
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

Use system default.

See Also:
Constant Field Values

_displayString

public static final int _displayString
For internal use only

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

A CommonFieldFormatConditionFormulaType object that specifies to use the system default.


displayString

public static final CommonFieldFormatConditionFormulaType displayString
For internal use only

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.

Returns:
The String value of this BorderConditionFormulaType object.

value

public int value()

Returns the int value of this BorderConditionFormulaType object.

Returns:
The int value of this BorderConditionFormulaType object.