JavaTM Platform
Standard Ed. 6

java.text
클래스 NumberFormat.Field

java.lang.Object 
  상위를 확장 java.text.AttributedCharacterIterator.Attribute 
      상위를 확장 java.text.Format.Field 
          상위를 확장 java.text.NumberFormat.Field
모든 구현된 인터페이스:
Serializable
포함되어 있는 클래스:
NumberFormat


public static class NumberFormat.Field
extends Format.Field

NumberFormat.formatToCharacterIterator 로부터 반환된 AttributedCharacterIterator 내의 속성 키, 및 FieldPosition 내의 필드 식별자로서 사용하는 정수를 정의합니다.

도입된 버젼:
1.4
관련 항목:
직렬화 된 형식

필드의 개요
static NumberFormat.Field CURRENCY
          통화의 필드를 식별하는 정수입니다.
static NumberFormat.Field DECIMAL_SEPARATOR
          단락 문자의 필드를 식별하는 정수입니다.
static NumberFormat.Field EXPONENT
          지수의 필드를 식별하는 정수입니다.
static NumberFormat.Field EXPONENT_SIGN
          지수 부호의 필드를 식별하는 정수입니다.
static NumberFormat.Field 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
 

필드의 상세

INTEGER

public static final NumberFormat.Field  INTEGER
정수의 필드를 식별하는 정수입니다.


FRACTION

public static final NumberFormat.Field  FRACTION
소수의 필드를 식별하는 정수입니다.


EXPONENT

public static final NumberFormat.Field  EXPONENT
지수의 필드를 식별하는 정수입니다.


DECIMAL_SEPARATOR

public static final NumberFormat.Field  DECIMAL_SEPARATOR
단락 문자의 필드를 식별하는 정수입니다.


SIGN

public static final NumberFormat.Field  SIGN
부호의 필드를 식별하는 정수입니다.


GROUPING_SEPARATOR

public static final NumberFormat.Field  GROUPING_SEPARATOR
그룹 단락자의 필드를 식별하는 정수입니다.


EXPONENT_SYMBOL

public static final NumberFormat.Field  EXPONENT_SYMBOL
지수 기호의 필드를 식별하는 정수입니다.


PERCENT

public static final NumberFormat.Field  PERCENT
퍼센트의 필드를 식별하는 정수입니다.


PERMILLE

public static final NumberFormat.Field  PERMILLE
퍼밀의 필드를 식별하는 정수입니다.


CURRENCY

public static final NumberFormat.Field  CURRENCY
통화의 필드를 식별하는 정수입니다.


EXPONENT_SIGN

public static final NumberFormat.Field  EXPONENT_SIGN
지수 부호의 필드를 식별하는 정수입니다.

생성자 의 상세

NumberFormat.Field

protected NumberFormat.Field(String  name)
지정된 이름을 가지는 Field 인스턴스를 작성합니다.

파라미터:
name - 속성의 이름
메소드의 상세

readResolve

protected Object  readResolve()
                      throws InvalidObjectException 
직렬화 복원되는 인스턴스를 정의가 끝난 정수에 해결합니다.

오버라이드(override):
클래스 AttributedCharacterIterator.Attribute 내의 readResolve
반환값:
해결된 NumberFormat.Field 정수
예외:
InvalidObjectException - 정수가 해석 처리할 수 없는 경우

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.