KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > NumberFormat.Field

java.text
Class NumberFormat.Field

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.text.Format.Field
          extended by java.text.NumberFormat.Field
All Implemented Interfaces:
Serializable
Enclosing class:
NumberFormat
See Also:
Source Code

public static final NumberFormat.Field CURRENCY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field DECIMAL_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field EXPONENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field EXPONENT_SIGN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field EXPONENT_SYMBOL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field FRACTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field GROUPING_SEPARATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field INTEGER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected NumberFormat.Field(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field PERCENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field PERMILLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object readResolve()
                      throws InvalidObjectException
See Also:
AttributedCharacterIterator.Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final NumberFormat.Field SIGN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags