| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
java.text.NumberFormat.Field
public static class NumberFormat.Field
定义将用作从 NumberFormat.formatToCharacterIterator 返回的 AttributedCharacterIterator 中属性键以及 FieldPosition 中字段标识符的常量。
| 字段摘要 | |
|---|---|
| static NumberFormat.Field | CURRENCY标识货币字段的常量。 | 
| static NumberFormat.Field | DECIMAL_SEPARATOR标识小数点字段的常量。 | 
| static NumberFormat.Field | EXPONENT标识指数字段的常量。 | 
| static NumberFormat.Field | EXPONENT_SIGN标识指数符号 (exponent sign) 字段的常量。 | 
| static NumberFormat.Field | EXPONENT_SYMBOL标识指数符号 (exponent symbol) 字段的常量。 | 
| static NumberFormat.Field | FRACTION标识小数字段的常量。 | 
| static NumberFormat.Field | GROUPING_SEPARATOR标识组分隔符字段的常量。 | 
| static NumberFormat.Field | INTEGER标识整数字段的常量。 | 
| static NumberFormat.Field | PERCENT标识百分数字段的常量。 | 
| static NumberFormat.Field | PERMILLE标识千分数字段的常量。 | 
| static NumberFormat.Field | SIGN标识符号字段的常量。 | 
| 从类 java.text.AttributedCharacterIterator.Attribute 继承的字段 | 
|---|
| INPUT_METHOD_SEGMENT, LANGUAGE, READING | 
| 构造方法摘要 | |
|---|---|
| protected  | NumberFormat.Field(String name)创建具有指定名称的 Field 实例。 | 
| 方法摘要 | |
|---|---|
| protected  Object | readResolve()将正被反序列化的实例解析为预定义的常量。 | 
| 从类 java.text.AttributedCharacterIterator.Attribute 继承的方法 | 
|---|
| equals, getName, hashCode, toString | 
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| 字段详细信息 | 
|---|
public static final NumberFormat.Field INTEGER
public static final NumberFormat.Field FRACTION
public static final NumberFormat.Field EXPONENT
public static final NumberFormat.Field DECIMAL_SEPARATOR
public static final NumberFormat.Field SIGN
public static final NumberFormat.Field GROUPING_SEPARATOR
public static final NumberFormat.Field EXPONENT_SYMBOL
public static final NumberFormat.Field PERCENT
public static final NumberFormat.Field PERMILLE
public static final NumberFormat.Field CURRENCY
public static final NumberFormat.Field EXPONENT_SIGN
| 构造方法详细信息 | 
|---|
protected NumberFormat.Field(String name)
name - 属性名称| 方法详细信息 | 
|---|
protected Object readResolve()
                      throws InvalidObjectException
AttributedCharacterIterator.Attribute 中的 readResolveInvalidObjectException - 如果无法解析常量。| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。