public enum ConversionType extends Enum<ConversionType> implements com.google.protobuf.ProtocolMessageEnum
fincleartech.ibroker.ConversionType| Enum Constant and Description |
|---|
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2; |
CONVERSION_TYPE_NOT_SET
CONVERSION_TYPE_NOT_SET = 0; |
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT_VALUE
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2; |
static int |
CONVERSION_TYPE_NOT_SET_VALUE
CONVERSION_TYPE_NOT_SET = 0; |
static int |
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED_VALUE
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1; |
| Modifier and Type | Method and Description |
|---|---|
static ConversionType |
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<ConversionType> |
internalGetValueMap() |
static ConversionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ConversionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConversionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversionType CONVERSION_TYPE_NOT_SET
CONVERSION_TYPE_NOT_SET = 0;public static final ConversionType CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1;public static final ConversionType CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2;public static final ConversionType UNRECOGNIZED
public static final int CONVERSION_TYPE_NOT_SET_VALUE
CONVERSION_TYPE_NOT_SET = 0;public static final int CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED_VALUE
CONVERSION_TYPE_PARTICIPANT_TO_ISSUER_SPONSORED = 1;public static final int CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT_VALUE
CONVERSION_TYPE_ISSUER_SPONSORED_TO_PARTICIPANT = 2;public static ConversionType[] values()
for (ConversionType c : ConversionType.values()) System.out.println(c);
public static ConversionType 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 ConversionType valueOf(int value)
forNumber(int) instead.public static ConversionType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ConversionType> 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 ConversionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020. All rights reserved.