public static enum ProjectContext.LanguageMode extends Enum<ProjectContext.LanguageMode>
| Modifier and Type | Method and Description |
|---|---|
static ProjectContext.LanguageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectContext.LanguageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectContext.LanguageMode en_US
public static final ProjectContext.LanguageMode de_DE
public static ProjectContext.LanguageMode[] values()
for (ProjectContext.LanguageMode c : ProjectContext.LanguageMode.values()) System.out.println(c);
public static ProjectContext.LanguageMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullLicensed under the Apache License 2.0 - Copyright © {inceptionYear} –2025 the original author or authors.