Package org.vitrivr.cineast.api.grpc
Enum Class CineastGrpc.BooleanExpression.Operator
java.lang.Object
java.lang.Enum<CineastGrpc.BooleanExpression.Operator>
org.vitrivr.cineast.api.grpc.CineastGrpc.BooleanExpression.Operator
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CineastGrpc.BooleanExpression.Operator>,Constable
- Enclosing class:
- CineastGrpc.BooleanExpression
public static enum CineastGrpc.BooleanExpression.Operator
extends Enum<CineastGrpc.BooleanExpression.Operator>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
org.vitrivr.cineast.api.grpc.BooleanExpression.Operator-
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 intBETWEEN = 6;static final intEQ = 0;static final intGEQ = 2;static final intGREATER = 4;static final intILIKE = 8;static final intIN = 13;static final intISNOTNULL = 12;static final intISNULL = 11;static final intLEQ = 3;static final intLESS = 5;static final intLIKE = 7;static final intNEQ = 1;static final intNLIKE = 9;static final intRLIKE = 10; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CineastGrpc.BooleanExpression.Operator>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.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EQ
EQ = 0; -
NEQ
NEQ = 1; -
GEQ
GEQ = 2; -
LEQ
LEQ = 3; -
GREATER
GREATER = 4; -
LESS
LESS = 5; -
BETWEEN
BETWEEN = 6; -
LIKE
LIKE = 7; -
ILIKE
ILIKE = 8; -
NLIKE
NLIKE = 9; -
RLIKE
RLIKE = 10; -
ISNULL
ISNULL = 11; -
ISNOTNULL
ISNOTNULL = 12; -
IN
IN = 13; -
UNRECOGNIZED
-
-
Field Details
-
EQ_VALUE
public static final int EQ_VALUEEQ = 0;- See Also:
-
NEQ_VALUE
public static final int NEQ_VALUENEQ = 1;- See Also:
-
GEQ_VALUE
public static final int GEQ_VALUEGEQ = 2;- See Also:
-
LEQ_VALUE
public static final int LEQ_VALUELEQ = 3;- See Also:
-
GREATER_VALUE
public static final int GREATER_VALUEGREATER = 4;- See Also:
-
LESS_VALUE
public static final int LESS_VALUELESS = 5;- See Also:
-
BETWEEN_VALUE
public static final int BETWEEN_VALUEBETWEEN = 6;- See Also:
-
LIKE_VALUE
public static final int LIKE_VALUELIKE = 7;- See Also:
-
ILIKE_VALUE
public static final int ILIKE_VALUEILIKE = 8;- See Also:
-
NLIKE_VALUE
public static final int NLIKE_VALUENLIKE = 9;- See Also:
-
RLIKE_VALUE
public static final int RLIKE_VALUERLIKE = 10;- See Also:
-
ISNULL_VALUE
public static final int ISNULL_VALUEISNULL = 11;- See Also:
-
ISNOTNULL_VALUE
public static final int ISNOTNULL_VALUEISNOTNULL = 12;- See Also:
-
IN_VALUE
public static final int IN_VALUEIN = 13;- 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<CineastGrpc.BooleanExpression.Operator> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static CineastGrpc.BooleanExpression.Operator 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
-