Uses of Enum Class
org.qubitpi.wilhelm.Language
-
Uses of Language in org.qubitpi.wilhelm
Modifier and TypeMethodDescriptionstatic @NotNull Language
Language.ofClientValue
(@NotNull String language) Constructs aLanguage
from itsclient-side name
.static @NotNull Language
Language.ofDatabaseName
(@NotNull String language) Constructs aLanguage
from itsdatabase name
.static Language
Returns the enum constant of this class with the specified name.static Language[]
Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.