Uses of Class
com.vmware.vipclient.i18n.l2.plural.parser.PluralRules.PluralType
-
Packages that use PluralRules.PluralType Package Description com.vmware.vipclient.i18n.l2.plural.parser -
-
Uses of PluralRules.PluralType in com.vmware.vipclient.i18n.l2.plural.parser
Methods in com.vmware.vipclient.i18n.l2.plural.parser that return PluralRules.PluralType Modifier and Type Method Description static PluralRules.PluralTypePluralRules.PluralType. valueOf(String name)Returns the enum constant of this type with the specified name.static PluralRules.PluralType[]PluralRules.PluralType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vipclient.i18n.l2.plural.parser with parameters of type PluralRules.PluralType Modifier and Type Method Description static PluralRulesPluralRules. forLocale(Locale locale, PluralRules.PluralType type)
-