public class State extends Enumerated
Modifier and Type | Field and Description |
---|---|
static State |
STATE_ACTIVE
The Active state.
|
static State |
STATE_CANCELING
The Canceling state.
|
static State |
STATE_CANCELING_ACTIVE
The Canceling-Active state.
|
static State |
STATE_CANCELING_COMPLETING
The Canceling-Completing state.
|
static State |
STATE_CLOSING
The Closing state.
|
static State |
STATE_COMPENSATING
The Compensating state.
|
static State |
STATE_COMPLETED
The Completed state.
|
static State |
STATE_COMPLETING
The Completing state.
|
static State |
STATE_ENDED
The Ended state.
|
static State |
STATE_EXITING
The Exiting state.
|
static State |
STATE_FAILING_ACTIVE
The Failing-Active state.
|
static State |
STATE_FAILING_CANCELING
The Failing-Canceling state.
|
static State |
STATE_FAILING_COMPENSATING
The Failing-Compensating state.
|
static State |
STATE_FAILING_COMPLETING
The Failing-Completing state.
|
static State |
STATE_NOT_COMPLETING
The NotCompleting state.
|
Modifier and Type | Method and Description |
---|---|
QName |
getValue()
Get the value of this enumeration.
|
protected Enumerated |
resolveEnum(Object value)
Resolve the enumeration for the specified value.
|
static State |
toState11(QName qName)
Return the enumeration for the specified value.
|
static State |
toState11(String name)
Return the enumeration for the specified value.
|
equals, generateMap, getKey, hashCode, readResolve, toString
public static final State STATE_ACTIVE
public static final State STATE_CANCELING
public static final State STATE_CANCELING_ACTIVE
public static final State STATE_CANCELING_COMPLETING
public static final State STATE_COMPLETING
public static final State STATE_COMPLETED
public static final State STATE_CLOSING
public static final State STATE_COMPENSATING
public static final State STATE_FAILING_ACTIVE
public static final State STATE_FAILING_CANCELING
public static final State STATE_FAILING_COMPLETING
public static final State STATE_FAILING_COMPENSATING
public static final State STATE_EXITING
public static final State STATE_NOT_COMPLETING
public static final State STATE_ENDED
public QName getValue()
protected Enumerated resolveEnum(Object value) throws InvalidEnumerationException
resolveEnum
in class Enumerated
value
- The value.InvalidEnumerationException
- if the value is not valid.public static State toState11(String name) throws InvalidEnumerationException
name
- The name.InvalidEnumerationException
- if the name is not valid.public static State toState11(QName qName) throws InvalidEnumerationException
qName
- The qName value.InvalidEnumerationException
- if the value is not valid.Copyright © 2016 JBoss by Red Hat. All rights reserved.