Package com.google.gwt.i18n.client
Class PluralRule.PluralForm
java.lang.Object
com.google.gwt.i18n.client.PluralRule.PluralForm
- Enclosing interface:
PluralRule
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 Summary
ConstructorDescriptionPluralForm
(String name, String description) Create the plural form.PluralForm
(String name, String description, boolean noWarn) Create the plural form. -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.getName()
Returns the name.boolean
Returns true if the generator should warn if this plural form is not present.
-
Constructor Details
-
PluralForm
Create the plural form.- Parameters:
name
-description
-
-
PluralForm
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
Returns the description. -
getName
Returns the name. -
getWarnIfMissing
public boolean getWarnIfMissing()Returns true if the generator should warn if this plural form is not present.
-