Uses of Class
com.actelion.research.util.Formatter.LocaleFormat
-
Packages that use Formatter.LocaleFormat Package Description com.actelion.research.util -
-
Uses of Formatter.LocaleFormat in com.actelion.research.util
Methods in com.actelion.research.util that return Formatter.LocaleFormat Modifier and Type Method Description Formatter.LocaleFormat
Formatter. getLocaleFormat()
static Formatter.LocaleFormat
Formatter.LocaleFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Formatter.LocaleFormat[]
Formatter.LocaleFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.actelion.research.util with parameters of type Formatter.LocaleFormat Modifier and Type Method Description static void
Formatter. setLocaleFormat(Formatter.LocaleFormat localeFormat)
-