Uses of Class
java.text.NumberFormat.Field
| Package | Description |
|---|---|
| java.text |
-
Uses of NumberFormat.Field in java.text
Fields in java.text declared as NumberFormat.Field Modifier and Type Field Description static NumberFormat.FieldNumberFormat.Field. CURRENCYThis constant stands for the currency symbol.static NumberFormat.FieldNumberFormat.Field. DECIMAL_SEPARATORThis constant stands for the decimal separator.static NumberFormat.FieldNumberFormat.Field. EXPONENTThis constant stands for the exponent part of the number.static NumberFormat.FieldNumberFormat.Field. EXPONENT_SIGNThis constant stands for the exponent sign symbol.static NumberFormat.FieldNumberFormat.Field. EXPONENT_SYMBOLThis constant stands for the exponent symbol.static NumberFormat.FieldNumberFormat.Field. FRACTIONThis constant stands for the fraction part of the number.static NumberFormat.FieldNumberFormat.Field. GROUPING_SEPARATORThis constant stands for the grouping separator.static NumberFormat.FieldNumberFormat.Field. INTEGERThis constant stands for the integer part of the number.static NumberFormat.FieldNumberFormat.Field. PERCENTThis constant stands for the percent symbol.static NumberFormat.FieldNumberFormat.Field. PERMILLEThis constant stands for the permille symbol.static NumberFormat.FieldNumberFormat.Field. SIGNThis constant stands for the number sign.