public static enum FoxParameter.Langs extends Enum<FoxParameter.Langs>
Modifier and Type | Method and Description |
---|---|
static FoxParameter.Langs |
fromString(String label) |
String |
toString() |
static FoxParameter.Langs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FoxParameter.Langs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FoxParameter.Langs DE
public static final FoxParameter.Langs ES
public static final FoxParameter.Langs IT
public static final FoxParameter.Langs EN
public static final FoxParameter.Langs NL
public static final FoxParameter.Langs FR
public static FoxParameter.Langs[] values()
for (FoxParameter.Langs c : FoxParameter.Langs.values()) System.out.println(c);
public static FoxParameter.Langs 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 nullpublic String toString()
toString
in class Enum<FoxParameter.Langs>
public static FoxParameter.Langs fromString(String label)
Copyright © 2024. All rights reserved.