Android
java.text
public static class

java.text.MessageFormat.Field

java.lang.Object
java.text.AttributedCharacterIterator.Attribute Serializable
java.text.Format.Field
java.text.MessageFormat.Field

The instances of this inner class are used as attribute keys in AttributedCharacterIterator that MessageFormat.formatToCharacterIterator() method returns.

There is no public constructor to this class, the only instances are the constants defined here.

Summary

Constants

      Value  
MessageFormat.Field  ARGUMENT  This constant stands for the message argument.     
Constants inherited from class java.text.AttributedCharacterIterator.Attribute

Protected Constructors

            MessageFormat.Field(String fieldName)
Constructs a new instance of MessageFormat.Field with the given field name.

Protected Methods

          Object  readResolve()
serialization method resolve instances to the constant MessageFormat.Field values
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
Methods inherited from class java.lang.Object

Details

Constants

public static final MessageFormat.Field ARGUMENT

This constant stands for the message argument.

Protected Constructors

protected MessageFormat.Field(String fieldName)

Constructs a new instance of MessageFormat.Field with the given field name.

Parameters

fieldName The field name.

Protected Methods

protected Object readResolve()

serialization method resolve instances to the constant MessageFormat.Field values
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56