Class MessageFormat.Field2

java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
com.vmware.vipclient.i18n.l2.text.MessageFormat.Field2
All Implemented Interfaces:
Serializable
Enclosing class:
MessageFormat

public static class MessageFormat.Field2 extends Format.Field
See Also:
  • Field Details

    • ARGUMENT

      public static final MessageFormat.Field2 ARGUMENT
      Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator. The value associated with the key will be an Integer indicating the index in the arguments array of the argument from which the text was generated.
  • Constructor Details

    • Field2

      protected Field2(String name)
      Create a Field with the specified name.
      Parameters:
      name - The name of the attribute
  • Method Details