public static enum MLText.ML extends Enum<MLText.ML>
Modifier and Type | Method and Description |
---|---|
static MLText.ML |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLText.ML[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLText.ML JA
public static final MLText.ML EN
public static final MLText.ML Primary
public static final MLText.ML Secondary
public static MLText.ML[] values()
for (MLText.ML c : MLText.ML.values()) System.out.println(c);
public static MLText.ML 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025