Uses of Enum Class
madkit.i18n.Words

Packages that use Words
Package
Description
This package is related to internationalization work.
  • Uses of Words in madkit.i18n

    Methods in madkit.i18n that return Words
    Modifier and Type
    Method
    Description
    static Words
    Words.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Words[]
    Words.values()
    Returns an array containing the constants of this enum class, in the order they are declared.