public static enum APIConstants.UserAccountStatus extends java.lang.Enum<APIConstants.UserAccountStatus>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayAccountStatus() |
static APIConstants.UserAccountStatus |
getUserAccountStatus(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static APIConstants.UserAccountStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.UserAccountStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.UserAccountStatus ENABLED
public static final APIConstants.UserAccountStatus LOCKED
public static final APIConstants.UserAccountStatus DELETED
public static final APIConstants.UserAccountStatus DISABLED
public static APIConstants.UserAccountStatus[] values()
for (APIConstants.UserAccountStatus c : APIConstants.UserAccountStatus.values()) System.out.println(c);
public static APIConstants.UserAccountStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static APIConstants.UserAccountStatus getUserAccountStatus(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Enum<APIConstants.UserAccountStatus>
public java.lang.String getDisplayAccountStatus()