| Package | Description |
|---|---|
| net.inveed.commons |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.find(String name) |
static Language |
Language.getByISO639_1(String code) |
static Language |
Language.getByISO639_2B(String code) |
static Language |
Language.getByISO639_2T(String code) |
static Language |
Language.getByName(String name) |
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.