Package | Description |
---|---|
org.bitcoin.paymentchannel |
Modifier and Type | Method and Description |
---|---|
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.forNumber(int value) |
Protos.Error.ErrorCode |
Protos.ErrorOrBuilder.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
Protos.Error.ErrorCode |
Protos.Error.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
Protos.Error.ErrorCode |
Protos.Error.Builder.getCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protos.Error.ErrorCode |
Protos.Error.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Error.ErrorCode[] |
Protos.Error.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Protos.Error.ErrorCode> |
Protos.Error.ErrorCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protos.Error.Builder |
Protos.Error.Builder.setCode(Protos.Error.ErrorCode value)
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER]; |
Copyright © 2018. All rights reserved.