public final class TransactionState extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
_CALLING
This constant value indicates the internal value of the "Calling" constant.
|
static int |
_COMPLETED
This constant value indicates the internal value of the "Completed"
constant.
|
static int |
_CONFIRMED
This constant value indicates the internal value of the "Confirmed"
constant.
|
static int |
_PROCEEDING
This constant value indicates the internal value of the "Proceeding"
constant.
|
static int |
_TERMINATED
This constant value indicates the internal value of the "Terminated"
constant.
|
static int |
_TRYING
This constant value indicates the internal value of the "Trying" constant.
|
static TransactionState |
CALLING
This constant value indicates that the transaction state is "Calling".
|
static TransactionState |
COMPLETED
This constant value indicates that the transaction state is "Completed".
|
static TransactionState |
CONFIRMED
This constant value indicates that the transaction state is "Confirmed".
|
static TransactionState |
PROCEEDING
This constant value indicates that the transaction state is "Proceeding".
|
static TransactionState |
TERMINATED
This constant value indicates that the transaction state is "Terminated".
|
static TransactionState |
TRYING
This constant value indicates that the transaction state is "Trying".
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compare this transaction state for equality with another.
|
static TransactionState |
getObject(int transactionState)
This method returns the object value of the TransactionState
|
int |
getValue()
This method returns the integer value of the TransactionState
|
int |
hashCode()
Get a hash code value for this transaction state.
|
String |
toString() |
public static final int _CALLING
public static final TransactionState CALLING
public static final int _TRYING
public static final TransactionState TRYING
public static final int _PROCEEDING
public static final TransactionState PROCEEDING
public static final int _COMPLETED
public static final TransactionState COMPLETED
public static final int _CONFIRMED
public static final TransactionState CONFIRMED
public static final int _TERMINATED
public static final TransactionState TERMINATED
public static TransactionState getObject(int transactionState)
transactionState
- The integer value of the TransactionStatepublic int getValue()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2015. All Rights Reserved.