public static enum ChallengeDataTO.OtpFormatEnum extends Enum<ChallengeDataTO.OtpFormatEnum>
| Enum Constant and Description |
|---|
CHARACTERS |
INTEGER |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeDataTO.OtpFormatEnum |
fromValue(String text) |
String |
toString() |
static ChallengeDataTO.OtpFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChallengeDataTO.OtpFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChallengeDataTO.OtpFormatEnum CHARACTERS
public static final ChallengeDataTO.OtpFormatEnum INTEGER
public static ChallengeDataTO.OtpFormatEnum[] values()
for (ChallengeDataTO.OtpFormatEnum c : ChallengeDataTO.OtpFormatEnum.values()) System.out.println(c);
public static ChallengeDataTO.OtpFormatEnum 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<ChallengeDataTO.OtpFormatEnum>public static ChallengeDataTO.OtpFormatEnum fromValue(String text)
Copyright © 2019. All rights reserved.