JavaTM Platform
Standard Ed. 6

java.text
클래스 MessageFormat.Field

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


public static class MessageFormat.Field
extends Format.Field

MessageFormat.formatToCharacterIterator 로부터 반환된 AttributedCharacterIterator 내의 속성 키로서 사용하는 정수를 정의합니다.

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

필드의 개요
static MessageFormat.Field ARGUMENT
          formatToCharacterIterator 에게 건네진 인수로부터 생성된 메세지의 일부를 식별하는 정수입니다.
 
클래스 java.text. AttributedCharacterIterator.Attribute 로부터 상속된 필드
INPUT_METHOD_SEGMENT , LANGUAGE , READING
 
생성자 의 개요
protected MessageFormat.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
 

필드의 상세

ARGUMENT

public static final MessageFormat.Field  ARGUMENT
formatToCharacterIterator 에게 건네진 인수로부터 생성된 메세지의 일부를 식별하는 정수입니다. 키에 관련한 값은, 텍스트가 생성된 인수의 arguments 배열내의 인덱스를 나타내는 Integer 입니다.

생성자 의 상세

MessageFormat.Field

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

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

readResolve

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

오버라이드(override):
클래스 AttributedCharacterIterator.Attribute 내의 readResolve
반환값:
해결된 MessageFormat.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 도 참조해 주세요.