public enum BOCtrlUserStatus extends java.lang.Enum<BOCtrlUserStatus>
Enum Constant and Description |
---|
BO_CTRL_USER_STATUS_ASSIGNED_NOT_JOIN |
BO_CTRL_USER_STATUS_IN_BO |
BO_CTRL_USER_STATUS_UNASSIGNED |
BO_CTRL_USER_STATUS_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static BOCtrlUserStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BOCtrlUserStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BOCtrlUserStatus BO_CTRL_USER_STATUS_UNKNOWN
public static final BOCtrlUserStatus BO_CTRL_USER_STATUS_UNASSIGNED
public static final BOCtrlUserStatus BO_CTRL_USER_STATUS_ASSIGNED_NOT_JOIN
public static final BOCtrlUserStatus BO_CTRL_USER_STATUS_IN_BO
public static BOCtrlUserStatus[] values()
for (BOCtrlUserStatus c : BOCtrlUserStatus.values()) System.out.println(c);
public static BOCtrlUserStatus 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 null