Uses of Enum Class
ca.phon.orthography.Langs.LangsType
Packages that use Langs.LangsType
-
Uses of Langs.LangsType in ca.phon.orthography
Subclasses with type arguments of type Langs.LangsType in ca.phon.orthographyMethods in ca.phon.orthography that return Langs.LangsTypeModifier and TypeMethodDescriptionLangs.getType()
static Langs.LangsType
Returns the enum constant of this class with the specified name.static Langs.LangsType[]
Langs.LangsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.phon.orthography with parameters of type Langs.LangsTypeModifierConstructorDescriptionLangs
(Langs.LangsType type, String... langs) Langs
(Langs.LangsType type, List<Language> langs)