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

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.NumberFormat

public final class NumberFormat
extends java.lang.Object

Description: NumberFormat Enum Creation date: (13/09/2001 10:32:40 AM)

Author:
Pu Tan

Field Summary
static int _currencyMillions
           
static int _currencyNoDecimal
           
static int _currencyThousands
           
static int _currencyTwoDecimal
           
static int _customNumberFormat
           
static int _millionsNoDecimal
           
static int _noDecimal
           
static int _oneDecimal
           
static int _percentNoDecimal
           
static int _percentOneDecimal
           
static int _percentTwoDecimal
           
static int _thousandsNoDecimal
           
static int _twoDecimal
           
static NumberFormat currencyMillions
           
static NumberFormat currencyNoDecimal
           
static NumberFormat currencyThousands
           
static NumberFormat currencyTwoDecimal
           
static NumberFormat customNumberFormat
           
static NumberFormat millionsNoDecimal
           
static NumberFormat noDecimal
           
static NumberFormat oneDecimal
           
static NumberFormat percentNoDecimal
           
static NumberFormat percentOneDecimal
           
static NumberFormat percentTwoDecimal
           
static NumberFormat thousandsNoDecimal
           
static NumberFormat twoDecimal
           
 
Method Summary
static NumberFormat from_int(int i)
           
static NumberFormat from_string(java.lang.String sVal)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_noDecimal

public static final int _noDecimal
See Also:
Constant Field Values

_oneDecimal

public static final int _oneDecimal
See Also:
Constant Field Values

_twoDecimal

public static final int _twoDecimal
See Also:
Constant Field Values

_currencyNoDecimal

public static final int _currencyNoDecimal
See Also:
Constant Field Values

_currencyTwoDecimal

public static final int _currencyTwoDecimal
See Also:
Constant Field Values

_percentNoDecimal

public static final int _percentNoDecimal
See Also:
Constant Field Values

_percentOneDecimal

public static final int _percentOneDecimal
See Also:
Constant Field Values

_percentTwoDecimal

public static final int _percentTwoDecimal
See Also:
Constant Field Values

_customNumberFormat

public static final int _customNumberFormat
See Also:
Constant Field Values

_thousandsNoDecimal

public static final int _thousandsNoDecimal
See Also:
Constant Field Values

_millionsNoDecimal

public static final int _millionsNoDecimal
See Also:
Constant Field Values

_currencyThousands

public static final int _currencyThousands
See Also:
Constant Field Values

_currencyMillions

public static final int _currencyMillions
See Also:
Constant Field Values

noDecimal

public static final NumberFormat noDecimal

oneDecimal

public static final NumberFormat oneDecimal

twoDecimal

public static final NumberFormat twoDecimal

currencyNoDecimal

public static final NumberFormat currencyNoDecimal

currencyTwoDecimal

public static final NumberFormat currencyTwoDecimal

percentNoDecimal

public static final NumberFormat percentNoDecimal

percentOneDecimal

public static final NumberFormat percentOneDecimal

percentTwoDecimal

public static final NumberFormat percentTwoDecimal

customNumberFormat

public static final NumberFormat customNumberFormat

thousandsNoDecimal

public static final NumberFormat thousandsNoDecimal

millionsNoDecimal

public static final NumberFormat millionsNoDecimal

currencyThousands

public static final NumberFormat currencyThousands

currencyMillions

public static final NumberFormat currencyMillions
Method Detail

from_int

public static final NumberFormat from_int(int i)

from_string

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

value

public int value()