public enum SqlQueryConstants extends Enum<SqlQueryConstants>
| Enum Constant and Description |
|---|
ID |
NEW_NUM_OF_ATTEMPT |
NEW_OTP_STATUS |
NEW_VALIDATION_TIME |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Getter for property.
|
static SqlQueryConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlQueryConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlQueryConstants UPDATE
public static final SqlQueryConstants ID
public static final SqlQueryConstants NEW_OTP_STATUS
public static final SqlQueryConstants NEW_NUM_OF_ATTEMPT
public static final SqlQueryConstants NEW_VALIDATION_TIME
public static SqlQueryConstants[] values()
for (SqlQueryConstants c : SqlQueryConstants.values()) System.out.println(c);
public static SqlQueryConstants 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 getProperty()
Copyright © 2020. All rights reserved.