@Deprecated public enum ParticipantStatus extends Enum<ParticipantStatus>
| Enum Constant and Description |
|---|
FAILED
Deprecated.
|
HEURISTIC
Deprecated.
|
PENDING
Deprecated.
|
PREPARED
Deprecated.
|
READONLY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ParticipantStatus |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ParticipantStatus[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticipantStatus PREPARED
public static final ParticipantStatus PENDING
public static final ParticipantStatus FAILED
public static final ParticipantStatus READONLY
public static final ParticipantStatus HEURISTIC
public static ParticipantStatus[] values()
for (ParticipantStatus c : ParticipantStatus.values()) System.out.println(c);
public static ParticipantStatus 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 nullCopyright © 2015 JBoss by Red Hat. All Rights Reserved.