Uses of Class
org.openstreetmap.josm.tools.I18n.PluralMode
-
Packages that use I18n.PluralMode Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of I18n.PluralMode in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as I18n.PluralMode Modifier and Type Field Description private static I18n.PluralMode
I18n. pluralMode
Fields in org.openstreetmap.josm.tools with type parameters of type I18n.PluralMode Modifier and Type Field Description private static Map<String,I18n.PluralMode>
I18n. languages
Methods in org.openstreetmap.josm.tools that return I18n.PluralMode Modifier and Type Method Description static I18n.PluralMode
I18n.PluralMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static I18n.PluralMode[]
I18n.PluralMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-