public static enum Participants.Status extends Enum<Participants.Status>
Enum Constant and Description |
---|
FAILED |
HEURISTIC |
PENDING |
PREPARED |
READONLY |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static Participants.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Participants.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Participants.Status PENDING
public static final Participants.Status PREPARED
public static final Participants.Status FAILED
public static final Participants.Status HEURISTIC
public static final Participants.Status READONLY
public static Participants.Status[] values()
for (Participants.Status c : Participants.Status.values()) System.out.println(c);
public static Participants.Status 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 getAllowedValue()
public String toString()
toString
in class Enum<Participants.Status>
Copyright © 2019 JBoss by Red Hat. All rights reserved.