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 intAdd = 8;static final intAnd = 6;static final intDiv = 11;static final intEq = 0;static final intGt = 2;static final intGte = 3;static final intLt = 4;static final intLte = 5;static final intMul = 10;static final intNotEq = 1;static final intOr = 7;static final intSub = 9; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic 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; -
Mul
Mul = 10; -
Div
Div = 11; -
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:
-
Mul_VALUE
public static final int Mul_VALUEMul = 10;- See Also:
-
Div_VALUE
public static final int Div_VALUEDiv = 11;- 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein 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
-