Class PluralRule.PluralForm

java.lang.Object
com.google.gwt.i18n.client.PluralRule.PluralForm
Enclosing interface:
PluralRule

public static class PluralRule.PluralForm extends Object
Information about the plural forms supported by this rule which will be used during code generation and by tools to provide information to translators.
  • Constructor Details

    • PluralForm

      public PluralForm(String name, String description)
      Create the plural form.
      Parameters:
      name -
      description -
    • PluralForm

      public PluralForm(String name, String description, boolean noWarn)
      Create the plural form.
      Parameters:
      name -
      description -
      noWarn - if true, 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 Details

    • getDescription

      public String getDescription()
      Returns the description.
    • getName

      public String getName()
      Returns the name.
    • getWarnIfMissing

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