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