Package dev.vortex.proto
Enum Class ExprProtos.BinaryOpts.BinaryOp
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ExprProtos.BinaryOpts.BinaryOp>
,Constable
- Enclosing class:
- ExprProtos.BinaryOpts
public static enum ExprProtos.BinaryOpts.BinaryOp
extends Enum<ExprProtos.BinaryOpts.BinaryOp>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
vortex.expr.BinaryOpts.BinaryOp
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Add = 8;
static final int
And = 6;
static final int
Eq = 0;
static final int
Gt = 2;
static final int
Gte = 3;
static final int
Lt = 4;
static final int
Lte = 5;
static final int
NotEq = 1;
static final int
Or = 7;
static final int
Sub = 9;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<ExprProtos.BinaryOpts.BinaryOp>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ExprProtos.BinaryOpts.BinaryOp[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Eq
Eq = 0;
-
NotEq
NotEq = 1;
-
Gt
Gt = 2;
-
Gte
Gte = 3;
-
Lt
Lt = 4;
-
Lte
Lte = 5;
-
And
And = 6;
-
Or
Or = 7;
-
Add
Add = 8;
-
Sub
Sub = 9;
-
UNRECOGNIZED
-
-
Field Details
-
Eq_VALUE
public static final int Eq_VALUEEq = 0;
- See Also:
-
NotEq_VALUE
public static final int NotEq_VALUENotEq = 1;
- See Also:
-
Gt_VALUE
public static final int Gt_VALUEGt = 2;
- See Also:
-
Gte_VALUE
public static final int Gte_VALUEGte = 3;
- See Also:
-
Lt_VALUE
public static final int Lt_VALUELt = 4;
- See Also:
-
Lte_VALUE
public static final int Lte_VALUELte = 5;
- See Also:
-
And_VALUE
public static final int And_VALUEAnd = 6;
- See Also:
-
Or_VALUE
public static final int Or_VALUEOr = 7;
- See Also:
-
Add_VALUE
public static final int Add_VALUEAdd = 8;
- See Also:
-
Sub_VALUE
public static final int Sub_VALUESub = 9;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ExprProtos.BinaryOpts.BinaryOp> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ExprProtos.BinaryOpts.BinaryOp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-