NumberFormat.Field


NumberFormat.Field java.text

Java 1.4 serializable

This class defines a typesafe enumeration of AttributedCharacterIterator.Attribute objects that may be used by the AttributedCharacterIterator returned by formatToCharacterIterator( ) method inherited from the Format class, or that may be used when creating a FieldPosition object to pass to format( ) in order to obtain the bounds of a specific number field (such as the decimal point for aligning numbers ) in formatted output.

 public static class  NumberFormat.Field  extends Format.Field {  // Protected Constructors  protected  Field  (String  name  );  // Public Constants  public static final NumberFormat.Field  CURRENCY  ;        public static final NumberFormat.Field  DECIMAL_SEPARATOR  ;        public static final NumberFormat.Field  EXPONENT  ;        public static final NumberFormat.Field  EXPONENT_SIGN  ;        public static final NumberFormat.Field  EXPONENT_SYMBOL  ;        public static final NumberFormat.Field  FRACTION  ;        public static final NumberFormat.Field  GROUPING_SEPARATOR  ;        public static final NumberFormat.Field  INTEGER  ;        public static final NumberFormat.Field  PERCENT  ;        public static final NumberFormat.Field  PERMILLE  ;        public static final NumberFormat.Field  SIGN  ;  // Protected Methods Overriding AttributedCharacterIterator.Attribute  protected Object  readResolve  ( ) throws java.io.InvalidObjectException;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net