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