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

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

public final class NumericFieldFormatConditionFormulaType
extends ConditionFormulaType

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


Field Summary
static int _allowFieldClipping
           
static int _currencyPosition
           Currency symbol position.
static int _currencySymbol
           Currency symbol.
static int _currencySymbolFormat
           Currency symbol format.
static int _decimalSymbol
           Decimal symbol.
static int _displayReverseSign
           Display reverse sign.
static int _enableSuppressIfZero
           Suppress if zero.
static int _enableUseLeadZero
           Use leading zero.
static int _nDecimalPlaces
           Number of decimal places.
static int _negativeFormat
           Negative number format.
static int _oneCurrencySymbolPerPage
           Show one currency symbol per page.
static int _roundingFormat
           Rounding format.
static int _thousandsSeparator
           Thousands separator.
static int _thousandSymbol
           Thousand symbol.
static int _zeroValueString
           Text for zero value.
static NumericFieldFormatConditionFormulaType allowFieldClipping
           
static NumericFieldFormatConditionFormulaType currencyPosition
           A NumericFieldFormatConditionFormulaType object that specifies the currency symbol position.
static NumericFieldFormatConditionFormulaType currencySymbol
           A NumericFieldFormatConditionFormulaType object that specifies the currency symbol.
static NumericFieldFormatConditionFormulaType currencySymbolFormat
           A NumericFieldFormatConditionFormulaType object that specifies the currency symbol format.
static NumericFieldFormatConditionFormulaType decimalSymbol
           A NumericFieldFormatConditionFormulaType object that specifies the decimal symbol.
static NumericFieldFormatConditionFormulaType displayReverseSign
           A NumericFieldFormatConditionFormulaType object that specifies to display reverse sign.
static NumericFieldFormatConditionFormulaType enableSuppressIfZero
           A NumericFieldFormatConditionFormulaType object that specifies to suppress if zero.
static NumericFieldFormatConditionFormulaType enableUseLeadZero
           A NumericFieldFormatConditionFormulaType object that specifies to use a leading zero.
static NumericFieldFormatConditionFormulaType nDecimalPlaces
           A NumericFieldFormatConditionFormulaType object that specifies the number of decimal places.
static NumericFieldFormatConditionFormulaType negativeFormat
           A NumericFieldFormatConditionFormulaType object that specifies the negative number format.
static NumericFieldFormatConditionFormulaType oneCurrencySymbolPerPage
           A NumericFieldFormatConditionFormulaType object that specifies to show one currency symbol per page.
static NumericFieldFormatConditionFormulaType roundingFormat
           A NumericFieldFormatConditionFormulaType object that specifies the rounding format.
static NumericFieldFormatConditionFormulaType thousandsSeparator
           A NumericFieldFormatConditionFormulaType object that specifies the thousands separator.
static NumericFieldFormatConditionFormulaType thousandSymbol
           A NumericFieldFormatConditionFormulaType object that specifies the thousand symbol.
static NumericFieldFormatConditionFormulaType zeroValueString
           A NumericFieldFormatConditionFormulaType object that specifies the text for the zero value.
 
Method Summary
static NumericFieldFormatConditionFormulaType from_int(int i)
           Returns the NumericFieldFormatConditionFormulaType object corresponding to the specified value.
static NumericFieldFormatConditionFormulaType from_string(java.lang.String sVal)
           Returns the NumericFieldFormatConditionFormulaType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this NumericFieldFormatConditionFormulaType object.
 int value()
           Returns the int value of this NumericFieldFormatConditionFormulaType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_nDecimalPlaces

public static final int _nDecimalPlaces

Number of decimal places.

See Also:
Constant Field Values

_roundingFormat

public static final int _roundingFormat

Rounding format.

See Also:
Constant Field Values

_enableUseLeadZero

public static final int _enableUseLeadZero

Use leading zero.

See Also:
Constant Field Values

_negativeFormat

public static final int _negativeFormat

Negative number format.

See Also:
Constant Field Values

_currencySymbolFormat

public static final int _currencySymbolFormat

Currency symbol format.

See Also:
Constant Field Values

_enableSuppressIfZero

public static final int _enableSuppressIfZero

Suppress if zero.

See Also:
Constant Field Values

_thousandsSeparator

public static final int _thousandsSeparator

Thousands separator.

See Also:
Constant Field Values

_thousandSymbol

public static final int _thousandSymbol

Thousand symbol.

See Also:
Constant Field Values

_decimalSymbol

public static final int _decimalSymbol

Decimal symbol.

See Also:
Constant Field Values

_currencySymbol

public static final int _currencySymbol

Currency symbol.

See Also:
Constant Field Values

_oneCurrencySymbolPerPage

public static final int _oneCurrencySymbolPerPage

Show one currency symbol per page.

See Also:
Constant Field Values

_currencyPosition

public static final int _currencyPosition

Currency symbol position.

See Also:
Constant Field Values

_displayReverseSign

public static final int _displayReverseSign

Display reverse sign.

See Also:
Constant Field Values

_zeroValueString

public static final int _zeroValueString

Text for zero value.

See Also:
Constant Field Values

_allowFieldClipping

public static final int _allowFieldClipping
See Also:
Constant Field Values

nDecimalPlaces

public static final NumericFieldFormatConditionFormulaType nDecimalPlaces

A NumericFieldFormatConditionFormulaType object that specifies the number of decimal places.


roundingFormat

public static final NumericFieldFormatConditionFormulaType roundingFormat

A NumericFieldFormatConditionFormulaType object that specifies the rounding format.


enableUseLeadZero

public static final NumericFieldFormatConditionFormulaType enableUseLeadZero

A NumericFieldFormatConditionFormulaType object that specifies to use a leading zero.


negativeFormat

public static final NumericFieldFormatConditionFormulaType negativeFormat

A NumericFieldFormatConditionFormulaType object that specifies the negative number format.


currencySymbolFormat

public static final NumericFieldFormatConditionFormulaType currencySymbolFormat

A NumericFieldFormatConditionFormulaType object that specifies the currency symbol format.


enableSuppressIfZero

public static final NumericFieldFormatConditionFormulaType enableSuppressIfZero

A NumericFieldFormatConditionFormulaType object that specifies to suppress if zero.


thousandsSeparator

public static final NumericFieldFormatConditionFormulaType thousandsSeparator

A NumericFieldFormatConditionFormulaType object that specifies the thousands separator.


thousandSymbol

public static final NumericFieldFormatConditionFormulaType thousandSymbol

A NumericFieldFormatConditionFormulaType object that specifies the thousand symbol.


decimalSymbol

public static final NumericFieldFormatConditionFormulaType decimalSymbol

A NumericFieldFormatConditionFormulaType object that specifies the decimal symbol.


currencySymbol

public static final NumericFieldFormatConditionFormulaType currencySymbol

A NumericFieldFormatConditionFormulaType object that specifies the currency symbol.


oneCurrencySymbolPerPage

public static final NumericFieldFormatConditionFormulaType oneCurrencySymbolPerPage

A NumericFieldFormatConditionFormulaType object that specifies to show one currency symbol per page.


currencyPosition

public static final NumericFieldFormatConditionFormulaType currencyPosition

A NumericFieldFormatConditionFormulaType object that specifies the currency symbol position.


displayReverseSign

public static final NumericFieldFormatConditionFormulaType displayReverseSign

A NumericFieldFormatConditionFormulaType object that specifies to display reverse sign.


zeroValueString

public static final NumericFieldFormatConditionFormulaType zeroValueString

A NumericFieldFormatConditionFormulaType object that specifies the text for the zero value.


allowFieldClipping

public static final NumericFieldFormatConditionFormulaType allowFieldClipping
Method Detail

from_int

public static final NumericFieldFormatConditionFormulaType from_int(int i)

Returns the NumericFieldFormatConditionFormulaType object corresponding to the specified value.

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

from_string

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

Returns the NumericFieldFormatConditionFormulaType object corresponding to the specified type.

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

toString

public java.lang.String toString()

Returns the String value of this NumericFieldFormatConditionFormulaType object.

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

value

public int value()

Returns the int value of this NumericFieldFormatConditionFormulaType object.

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