Class AlternateMessageSelector.AlternateForm

    • Constructor Summary

      Constructors 
      Constructor Description
      AlternateForm​(java.lang.String name, java.lang.String description)
      Create the plural form.
      AlternateForm​(java.lang.String name, java.lang.String description, boolean warnIfMissing)
      Create the plural form.
    • Constructor Detail

      • AlternateForm

        public AlternateForm​(java.lang.String name,
                             java.lang.String description)
        Create the plural form.
        Parameters:
        name -
        description -
      • AlternateForm

        public AlternateForm​(java.lang.String name,
                             java.lang.String description,
                             boolean warnIfMissing)
        Create the plural form.
        Parameters:
        name -
        description -
        warnIfMissing - if false, do not warn if this form is missing from a translation. This is used for those cases where a plural form is defined for a language, but is very rarely used.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getDescription

        public java.lang.String getDescription()
        Returns the description, suitable for describing this form to translators.
      • getName

        public java.lang.String getName()
        Returns the name.
      • getWarnIfMissing

        public boolean getWarnIfMissing()
        Returns true if the generator should warn if this plural form is not present.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object