public static enum BCResult.ResultCode extends java.lang.Enum<BCResult.ResultCode>
| Enum Constant and Description |
|---|
CandidateExists
Deprecated.
|
CandidateNotFound
Deprecated.
|
CoinAlreadyExists
Deprecated.
|
CoinDoesNotExists |
CoinNotExists
Deprecated.
|
CrossConvert
Deprecated.
|
DecodeError |
EmptyResponse |
InsufficientFunds
Deprecated.
|
InsufficientFundsB |
Success |
Unknown |
UnknownTransactionType
Deprecated.
|
WrongCommission
Deprecated.
|
WrongCrr
Deprecated.
|
WrongNonce
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static BCResult.ResultCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCResult.ResultCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCResult.ResultCode Unknown
public static final BCResult.ResultCode EmptyResponse
public static final BCResult.ResultCode Success
public static final BCResult.ResultCode DecodeError
public static final BCResult.ResultCode InsufficientFundsB
@Deprecated public static final BCResult.ResultCode InsufficientFunds
@Deprecated public static final BCResult.ResultCode UnknownTransactionType
@Deprecated public static final BCResult.ResultCode WrongNonce
@Deprecated public static final BCResult.ResultCode CoinNotExists
@Deprecated public static final BCResult.ResultCode CoinAlreadyExists
public static final BCResult.ResultCode CoinDoesNotExists
@Deprecated public static final BCResult.ResultCode WrongCrr
@Deprecated public static final BCResult.ResultCode CrossConvert
@Deprecated public static final BCResult.ResultCode CandidateExists
@Deprecated public static final BCResult.ResultCode WrongCommission
@Deprecated public static final BCResult.ResultCode CandidateNotFound
public static BCResult.ResultCode[] values()
for (BCResult.ResultCode c : BCResult.ResultCode.values()) System.out.println(c);
public static BCResult.ResultCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()