public static enum SomServicesWs.PortalData.OtpLanguage extends Enum<SomServicesWs.PortalData.OtpLanguage>
Enum Constant and Description |
---|
ENGLISH |
FRENCH |
GERMAN |
ITALIAN |
TURKISH |
Modifier and Type | Method and Description |
---|---|
static SomServicesWs.PortalData.OtpLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SomServicesWs.PortalData.OtpLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SomServicesWs.PortalData.OtpLanguage GERMAN
public static final SomServicesWs.PortalData.OtpLanguage ENGLISH
public static final SomServicesWs.PortalData.OtpLanguage FRENCH
public static final SomServicesWs.PortalData.OtpLanguage ITALIAN
public static final SomServicesWs.PortalData.OtpLanguage TURKISH
public static SomServicesWs.PortalData.OtpLanguage[] values()
for (SomServicesWs.PortalData.OtpLanguage c : SomServicesWs.PortalData.OtpLanguage.values()) System.out.println(c);
public static SomServicesWs.PortalData.OtpLanguage 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.