public enum TransferType extends Enum<TransferType> implements com.google.protobuf.ProtocolMessageEnum
fincleartech.ibroker.TransferType| Enum Constant and Description |
|---|
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2; |
TRANSFER_TYPE_NOT_SET
TRANSFER_TYPE_NOT_SET = 0; |
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT_VALUE
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2; |
static int |
TRANSFER_TYPE_NOT_SET_VALUE
TRANSFER_TYPE_NOT_SET = 0; |
static int |
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED_VALUE
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1; |
| Modifier and Type | Method and Description |
|---|---|
static TransferType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TransferType> |
internalGetValueMap() |
static TransferType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferType TRANSFER_TYPE_NOT_SET
TRANSFER_TYPE_NOT_SET = 0;public static final TransferType TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1;public static final TransferType TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2;public static final TransferType UNRECOGNIZED
public static final int TRANSFER_TYPE_NOT_SET_VALUE
TRANSFER_TYPE_NOT_SET = 0;public static final int TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED_VALUE
TRANSFER_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1;public static final int TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT_VALUE
TRANSFER_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2;public static TransferType[] values()
for (TransferType c : TransferType.values()) System.out.println(c);
public static TransferType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TransferType valueOf(int value)
forNumber(int) instead.public static TransferType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TransferType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TransferType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020. All rights reserved.