Package java.text

Class MessageFormat.Field

    • Field Detail

      • ARGUMENT

        public static final MessageFormat.Field ARGUMENT
        This constant stands for the message argument.
    • Constructor Detail

      • Field

        protected Field​(String fieldName)
        Constructs a new instance of MessageFormat.Field with the given field name.
        Parameters:
        fieldName - the field name.