|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<UserAccountOperationType> com.hack23.cia.model.api.application.UserAccountOperationType
public enum UserAccountOperationType
The Enum UserAccountOperationType.
Enum Constant Summary | |
---|---|
Login
The Login. |
|
Logout
The Logout. |
|
Process_login
The Process_login. |
|
Register
The Register. |
Method Summary | |
---|---|
static UserAccountOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserAccountOperationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UserAccountOperationType Login
public static final UserAccountOperationType Logout
public static final UserAccountOperationType Process_login
public static final UserAccountOperationType Register
Method Detail |
---|
public static UserAccountOperationType[] values()
for (UserAccountOperationType c : UserAccountOperationType.values()) System.out.println(c);
public static UserAccountOperationType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |