Class MessageFormats.NameInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] names
      The name of relative position.
      java.lang.String pattern
      The pattern in the format of java.text.MessageFormat.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pattern

        public final java.lang.String pattern
        The pattern in the format of java.text.MessageFormat.
      • names

        public final java.lang.String[] names
        The name of relative position.