public static enum ProtoIlInstructions.IlInstructionMsg.IlComparisonKind extends Enum<ProtoIlInstructions.IlInstructionMsg.IlComparisonKind> implements com.google.protobuf.ProtocolMessageEnum
COMPProtobuf enum
IlInstructionMsg.IlComparisonKind| Enum Constant and Description |
|---|
Equality
Equality = 1; |
GreaterThan
GreaterThan = 5; |
GreaterThanOrEqual
GreaterThanOrEqual = 6; |
Inequality
Inequality = 2; |
LessThan
LessThan = 3; |
LessThanOrEqual
LessThanOrEqual = 4; |
NONE_KIND
NONE_KIND = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
Equality_VALUE
Equality = 1; |
static int |
GreaterThan_VALUE
GreaterThan = 5; |
static int |
GreaterThanOrEqual_VALUE
GreaterThanOrEqual = 6; |
static int |
Inequality_VALUE
Inequality = 2; |
static int |
LessThan_VALUE
LessThan = 3; |
static int |
LessThanOrEqual_VALUE
LessThanOrEqual = 4; |
static int |
NONE_KIND_VALUE
NONE_KIND = 0; |
| Modifier and Type | Method and Description |
|---|---|
static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind |
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<ProtoIlInstructions.IlInstructionMsg.IlComparisonKind> |
internalGetValueMap() |
static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind NONE_KIND
NONE_KIND = 0;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind Equality
Equality = 1;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind Inequality
Inequality = 2;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind LessThan
LessThan = 3;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind LessThanOrEqual
LessThanOrEqual = 4;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind GreaterThan
GreaterThan = 5;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind GreaterThanOrEqual
GreaterThanOrEqual = 6;public static final ProtoIlInstructions.IlInstructionMsg.IlComparisonKind UNRECOGNIZED
public static final int NONE_KIND_VALUE
NONE_KIND = 0;public static final int Equality_VALUE
Equality = 1;public static final int Inequality_VALUE
Inequality = 2;public static final int LessThan_VALUE
LessThan = 3;public static final int LessThanOrEqual_VALUE
LessThanOrEqual = 4;public static final int GreaterThan_VALUE
GreaterThan = 5;public static final int GreaterThanOrEqual_VALUE
GreaterThanOrEqual = 6;public static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind[] values()
for (ProtoIlInstructions.IlInstructionMsg.IlComparisonKind c : ProtoIlInstructions.IlInstructionMsg.IlComparisonKind.values()) System.out.println(c);
public static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind 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 ProtoIlInstructions.IlInstructionMsg.IlComparisonKind valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProtoIlInstructions.IlInstructionMsg.IlComparisonKind forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProtoIlInstructions.IlInstructionMsg.IlComparisonKind> 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 ProtoIlInstructions.IlInstructionMsg.IlComparisonKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Soot OSS. All rights reserved.