public enum TaskEventType extends Enum<TaskEventType>
Enum Constant and Description |
---|
ACTIVATED |
ADDED |
CLAIMED |
COMPLETED |
CREATED |
DELEGATED |
EXITED |
FAILED |
FORWARDED |
NOMINATED |
RELEASED |
RESUMED |
SKIPPED |
STARTED |
STOPPED |
SUSPENDED |
UPDATED |
Modifier and Type | Method and Description |
---|---|
String |
getTypeTranslationId() |
static TaskEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskEventType ADDED
public static final TaskEventType UPDATED
public static final TaskEventType STARTED
public static final TaskEventType ACTIVATED
public static final TaskEventType COMPLETED
public static final TaskEventType STOPPED
public static final TaskEventType EXITED
public static final TaskEventType FAILED
public static final TaskEventType CLAIMED
public static final TaskEventType SKIPPED
public static final TaskEventType SUSPENDED
public static final TaskEventType CREATED
public static final TaskEventType FORWARDED
public static final TaskEventType RELEASED
public static final TaskEventType RESUMED
public static final TaskEventType DELEGATED
public static final TaskEventType NOMINATED
public static TaskEventType[] values()
for (TaskEventType c : TaskEventType.values()) System.out.println(c);
public static TaskEventType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getTypeTranslationId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.