JavaTM Platform
Standard Ed. 6

클래스
java.text.NumberFormat.Field 의 사용

NumberFormat.Field 를 사용하고 있는 패키지
java.text 텍스트, 일자, 수치, 및 메세지를 자연 언어에 의존하지 않는 방법으로 처리하기 위한 클래스와 인터페이스를 제공합니다.  
 

java.text 에서의 NumberFormat.Field 의 사용
 

NumberFormat.Field 로서 선언되고 있는 java.text 의 필드
static NumberFormat.Field NumberFormat.Field. CURRENCY
          통화의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. DECIMAL_SEPARATOR
          단락 문자의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. EXPONENT
          지수의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. EXPONENT_SIGN
          지수 부호의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. EXPONENT_SYMBOL
          지수 기호의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. FRACTION
          소수의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. GROUPING_SEPARATOR
          그룹 단락자의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. INTEGER
          정수의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. PERCENT
          퍼센트의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. PERMILLE
          퍼밀의 필드를 식별하는 정수입니다.
static NumberFormat.Field NumberFormat.Field. SIGN
          부호의 필드를 식별하는 정수입니다.
 


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 도 참조해 주세요.