Uses of Class
org.n52.janmayen.i18n.ISO6392B
-
Packages that use ISO6392B Package Description org.n52.janmayen.i18n -
-
Uses of ISO6392B in org.n52.janmayen.i18n
Methods in org.n52.janmayen.i18n that return ISO6392B Modifier and Type Method Description static ISO6392BISO6392B. fromValue(String v)static ISO6392BISO6392B. fromValue(Locale v)static ISO6392BISO6392B. fromValue(ISO6392B v)static ISO6392BISO6392B. valueOf(String name)Returns the enum constant of this type with the specified name.static ISO6392B[]ISO6392B. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.janmayen.i18n with parameters of type ISO6392B Modifier and Type Method Description static ISO6392BISO6392B. fromValue(ISO6392B v)
-