public static enum OperationCfg.User extends java.lang.Enum<OperationCfg.User>
| Enum Constant and Description |
|---|
ALL |
ASSIGNEE |
OWNER |
PARTICIPANT |
RECIPIENT |
WATCHER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static OperationCfg.User |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationCfg.User[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCfg.User RECIPIENT
public static final OperationCfg.User ASSIGNEE
public static final OperationCfg.User OWNER
public static final OperationCfg.User PARTICIPANT
public static final OperationCfg.User WATCHER
public static final OperationCfg.User ALL
public static OperationCfg.User[] values()
for (OperationCfg.User c : OperationCfg.User.values()) System.out.println(c);
public static OperationCfg.User 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 toString()
toString in class java.lang.Enum<OperationCfg.User>Copyright ? Technia AB. All Rights Reserved.