|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.ConditionFormulaType
com.crystaldecisions.sdk.occa.report.definition.NumericFieldFormatConditionFormulaType
public final class NumericFieldFormatConditionFormulaType
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 |
---|
public static final int _nDecimalPlaces
Number of decimal places.
public static final int _roundingFormat
Rounding format.
public static final int _enableUseLeadZero
Use leading zero.
public static final int _negativeFormat
Negative number format.
public static final int _currencySymbolFormat
Currency symbol format.
public static final int _enableSuppressIfZero
Suppress if zero.
public static final int _thousandsSeparator
Thousands separator.
public static final int _thousandSymbol
Thousand symbol.
public static final int _decimalSymbol
Decimal symbol.
public static final int _currencySymbol
Currency symbol.
public static final int _oneCurrencySymbolPerPage
Show one currency symbol per page.
public static final int _currencyPosition
Currency symbol position.
public static final int _displayReverseSign
Display reverse sign.
public static final int _zeroValueString
Text for zero value.
public static final int _allowFieldClipping
public static final NumericFieldFormatConditionFormulaType nDecimalPlaces
A NumericFieldFormatConditionFormulaType
object that specifies the
number of decimal places.
public static final NumericFieldFormatConditionFormulaType roundingFormat
A NumericFieldFormatConditionFormulaType
object that specifies the
rounding format.
public static final NumericFieldFormatConditionFormulaType enableUseLeadZero
A NumericFieldFormatConditionFormulaType
object that specifies to
use a leading zero.
public static final NumericFieldFormatConditionFormulaType negativeFormat
A NumericFieldFormatConditionFormulaType
object that specifies the
negative number format.
public static final NumericFieldFormatConditionFormulaType currencySymbolFormat
A NumericFieldFormatConditionFormulaType
object that specifies the
currency symbol format.
public static final NumericFieldFormatConditionFormulaType enableSuppressIfZero
A NumericFieldFormatConditionFormulaType
object that specifies to
suppress if zero.
public static final NumericFieldFormatConditionFormulaType thousandsSeparator
A NumericFieldFormatConditionFormulaType
object that specifies the
thousands separator.
public static final NumericFieldFormatConditionFormulaType thousandSymbol
A NumericFieldFormatConditionFormulaType
object that specifies the
thousand symbol.
public static final NumericFieldFormatConditionFormulaType decimalSymbol
A NumericFieldFormatConditionFormulaType
object that specifies the
decimal symbol.
public static final NumericFieldFormatConditionFormulaType currencySymbol
A NumericFieldFormatConditionFormulaType
object that specifies the
currency symbol.
public static final NumericFieldFormatConditionFormulaType oneCurrencySymbolPerPage
A NumericFieldFormatConditionFormulaType
object that specifies to
show one currency symbol per page.
public static final NumericFieldFormatConditionFormulaType currencyPosition
A NumericFieldFormatConditionFormulaType
object that specifies the
currency symbol position.
public static final NumericFieldFormatConditionFormulaType displayReverseSign
A NumericFieldFormatConditionFormulaType
object that specifies to
display reverse sign.
public static final NumericFieldFormatConditionFormulaType zeroValueString
A NumericFieldFormatConditionFormulaType
object that specifies the
text for the zero value.
public static final NumericFieldFormatConditionFormulaType allowFieldClipping
Method Detail |
---|
public static final NumericFieldFormatConditionFormulaType from_int(int i)
Returns the NumericFieldFormatConditionFormulaType
object corresponding to the specified value.
i
- The int
value of the desired NumericFieldFormatConditionFormulaType
object.
NumericFieldFormatConditionFormulaType
object corresponding to the specified value.public static final NumericFieldFormatConditionFormulaType from_string(java.lang.String sVal)
Returns the NumericFieldFormatConditionFormulaType
object corresponding to the specified type.
sVal
- The String
value of the desired NumericFieldFormatConditionFormulaType
object.
NumericFieldFormatConditionFormulaType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this NumericFieldFormatConditionFormulaType
object.
toString
in class java.lang.Object
String
value of this NumericFieldFormatConditionFormulaType
object.public int value()
Returns the int
value of this NumericFieldFormatConditionFormulaType
object.
value
in class ConditionFormulaType
int
value of this NumericFieldFormatConditionFormulaType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |