Package com.ocient.jdbc.proto
Enum PlanProtocol.FilterClause.FilterOp
java.lang.Object
java.lang.Enum<PlanProtocol.FilterClause.FilterOp>
com.ocient.jdbc.proto.PlanProtocol.FilterClause.FilterOp
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PlanProtocol.FilterClause.FilterOp>,java.lang.constant.Constable
- Enclosing class:
- PlanProtocol.FilterClause
public static enum PlanProtocol.FilterClause.FilterOp extends Enum<PlanProtocol.FilterClause.FilterOp> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
xg.db.sqlPlans.FilterClause.FilterOp-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INVALIDINVALID = 0;OP_EQUALOP_EQUAL = 1;OP_FALSEOP_FALSE = 9;OP_GREATER_THANOP_GREATER_THAN = 3;OP_GREATER_THAN_OR_EQUALOP_GREATER_THAN_OR_EQUAL = 4;OP_LESS_THANOP_LESS_THAN = 5;OP_LESS_THAN_OR_EQUALOP_LESS_THAN_OR_EQUAL = 6;OP_LIKEOP_LIKE = 7;OP_NOT_EQUALOP_NOT_EQUAL = 2;OP_NOT_LIKEOP_NOT_LIKE = 8;OP_TRUEOP_TRUE = 10;UNRECOGNIZED -
Field Summary
Fields Modifier and Type Field Description static intINVALID_VALUEINVALID = 0;static intOP_EQUAL_VALUEOP_EQUAL = 1;static intOP_FALSE_VALUEOP_FALSE = 9;static intOP_GREATER_THAN_OR_EQUAL_VALUEOP_GREATER_THAN_OR_EQUAL = 4;static intOP_GREATER_THAN_VALUEOP_GREATER_THAN = 3;static intOP_LESS_THAN_OR_EQUAL_VALUEOP_LESS_THAN_OR_EQUAL = 6;static intOP_LESS_THAN_VALUEOP_LESS_THAN = 5;static intOP_LIKE_VALUEOP_LIKE = 7;static intOP_NOT_EQUAL_VALUEOP_NOT_EQUAL = 2;static intOP_NOT_LIKE_VALUEOP_NOT_LIKE = 8;static intOP_TRUE_VALUEOP_TRUE = 10; -
Method Summary
Modifier and Type Method Description static PlanProtocol.FilterClause.FilterOpforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<PlanProtocol.FilterClause.FilterOp>internalGetValueMap()static PlanProtocol.FilterClause.FilterOpvalueOf(int value)Deprecated.static PlanProtocol.FilterClause.FilterOpvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlanProtocol.FilterClause.FilterOpvalueOf(String name)Returns the enum constant of this type with the specified name.static PlanProtocol.FilterClause.FilterOp[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INVALID
INVALID = 0; -
OP_EQUAL
OP_EQUAL = 1; -
OP_NOT_EQUAL
OP_NOT_EQUAL = 2; -
OP_GREATER_THAN
OP_GREATER_THAN = 3; -
OP_GREATER_THAN_OR_EQUAL
OP_GREATER_THAN_OR_EQUAL = 4; -
OP_LESS_THAN
OP_LESS_THAN = 5; -
OP_LESS_THAN_OR_EQUAL
OP_LESS_THAN_OR_EQUAL = 6; -
OP_LIKE
OP_LIKE = 7; -
OP_NOT_LIKE
OP_NOT_LIKE = 8; -
OP_FALSE
OP_FALSE = 9; -
OP_TRUE
OP_TRUE = 10; -
UNRECOGNIZED
-
-
Field Details
-
INVALID_VALUE
public static final int INVALID_VALUEINVALID = 0;- See Also:
- Constant Field Values
-
OP_EQUAL_VALUE
public static final int OP_EQUAL_VALUEOP_EQUAL = 1;- See Also:
- Constant Field Values
-
OP_NOT_EQUAL_VALUE
public static final int OP_NOT_EQUAL_VALUEOP_NOT_EQUAL = 2;- See Also:
- Constant Field Values
-
OP_GREATER_THAN_VALUE
public static final int OP_GREATER_THAN_VALUEOP_GREATER_THAN = 3;- See Also:
- Constant Field Values
-
OP_GREATER_THAN_OR_EQUAL_VALUE
public static final int OP_GREATER_THAN_OR_EQUAL_VALUEOP_GREATER_THAN_OR_EQUAL = 4;- See Also:
- Constant Field Values
-
OP_LESS_THAN_VALUE
public static final int OP_LESS_THAN_VALUEOP_LESS_THAN = 5;- See Also:
- Constant Field Values
-
OP_LESS_THAN_OR_EQUAL_VALUE
public static final int OP_LESS_THAN_OR_EQUAL_VALUEOP_LESS_THAN_OR_EQUAL = 6;- See Also:
- Constant Field Values
-
OP_LIKE_VALUE
public static final int OP_LIKE_VALUEOP_LIKE = 7;- See Also:
- Constant Field Values
-
OP_NOT_LIKE_VALUE
public static final int OP_NOT_LIKE_VALUEOP_NOT_LIKE = 8;- See Also:
- Constant Field Values
-
OP_FALSE_VALUE
public static final int OP_FALSE_VALUEOP_FALSE = 9;- See Also:
- Constant Field Values
-
OP_TRUE_VALUE
public static final int OP_TRUE_VALUEOP_TRUE = 10;- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PlanProtocol.FilterClause.FilterOp> 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 PlanProtocol.FilterClause.FilterOp valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-