Uses of Class
com.vmware.vipclient.i18n.l2.plural.parser.PluralRules.Operand
-
Packages that use PluralRules.Operand Package Description com.vmware.vipclient.i18n.l2.plural.parser -
-
Uses of PluralRules.Operand in com.vmware.vipclient.i18n.l2.plural.parser
Methods in com.vmware.vipclient.i18n.l2.plural.parser that return PluralRules.Operand Modifier and Type Method Description static PluralRules.OperandPluralRules.FixedDecimal. getOperand(String t)static PluralRules.OperandPluralRules.Operand. valueOf(String name)Returns the enum constant of this type with the specified name.static PluralRules.Operand[]PluralRules.Operand. 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.Operand Modifier and Type Method Description doublePluralRules.FixedDecimal. getPluralOperand(PluralRules.Operand operand)doublePluralRules.IFixedDecimal. getPluralOperand(PluralRules.Operand operand)
-