| Enum Constant and Description |
|---|
ADD |
APPROVE |
ASSIGN |
COMPLETE |
CREATE |
CUSTOM |
DELETE |
DUE |
REASSIGN |
REJECT |
REMIND |
REOPEN |
THREAD |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
static Component |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Component[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component CREATE
public static final Component THREAD
public static final Component APPROVE
public static final Component REJECT
public static final Component COMPLETE
public static final Component ASSIGN
public static final Component REASSIGN
public static final Component REOPEN
public static final Component REMIND
public static final Component ADD
public static final Component DELETE
public static final Component DUE
public static final Component CUSTOM
public static Component[] values()
for (Component c : Component.values()) System.out.println(c);
public static Component 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 getName()
public java.lang.String toString()
toString in class java.lang.Enum<Component>Copyright ? Technia AB. All Rights Reserved.