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_CONTAINEDOP_CONTAINED = 13;OP_CONTAINSOP_CONTAINS = 11;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_CONTAINEDOP_NOT_CONTAINED = 14;OP_NOT_CONTAINSOP_NOT_CONTAINS = 12;OP_NOT_EQUALOP_NOT_EQUAL = 2;OP_NOT_LIKEOP_NOT_LIKE = 8;OP_NOT_OVERLAPOP_NOT_OVERLAP = 16;OP_NOT_SIMILAR_TOOP_NOT_SIMILAR_TO = 18;OP_OVERLAPOP_OVERLAP = 15;OP_SIMILAR_TOOP_SIMILAR_TO = 17;OP_TRUEOP_TRUE = 10;UNRECOGNIZED -
Field Summary
Fields Modifier and Type Field Description static intINVALID_VALUEINVALID = 0;static intOP_CONTAINED_VALUEOP_CONTAINED = 13;static intOP_CONTAINS_VALUEOP_CONTAINS = 11;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_CONTAINED_VALUEOP_NOT_CONTAINED = 14;static intOP_NOT_CONTAINS_VALUEOP_NOT_CONTAINS = 12;static intOP_NOT_EQUAL_VALUEOP_NOT_EQUAL = 2;static intOP_NOT_LIKE_VALUEOP_NOT_LIKE = 8;static intOP_NOT_OVERLAP_VALUEOP_NOT_OVERLAP = 16;static intOP_NOT_SIMILAR_TO_VALUEOP_NOT_SIMILAR_TO = 18;static intOP_OVERLAP_VALUEOP_OVERLAP = 15;static intOP_SIMILAR_TO_VALUEOP_SIMILAR_TO = 17;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; -
OP_CONTAINS
OP_CONTAINS = 11; -
OP_NOT_CONTAINS
OP_NOT_CONTAINS = 12; -
OP_CONTAINED
OP_CONTAINED = 13; -
OP_NOT_CONTAINED
OP_NOT_CONTAINED = 14; -
OP_OVERLAP
OP_OVERLAP = 15; -
OP_NOT_OVERLAP
OP_NOT_OVERLAP = 16; -
OP_SIMILAR_TO
OP_SIMILAR_TO = 17; -
OP_NOT_SIMILAR_TO
OP_NOT_SIMILAR_TO = 18; -
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
-
OP_CONTAINS_VALUE
public static final int OP_CONTAINS_VALUEOP_CONTAINS = 11;- See Also:
- Constant Field Values
-
OP_NOT_CONTAINS_VALUE
public static final int OP_NOT_CONTAINS_VALUEOP_NOT_CONTAINS = 12;- See Also:
- Constant Field Values
-
OP_CONTAINED_VALUE
public static final int OP_CONTAINED_VALUEOP_CONTAINED = 13;- See Also:
- Constant Field Values
-
OP_NOT_CONTAINED_VALUE
public static final int OP_NOT_CONTAINED_VALUEOP_NOT_CONTAINED = 14;- See Also:
- Constant Field Values
-
OP_OVERLAP_VALUE
public static final int OP_OVERLAP_VALUEOP_OVERLAP = 15;- See Also:
- Constant Field Values
-
OP_NOT_OVERLAP_VALUE
public static final int OP_NOT_OVERLAP_VALUEOP_NOT_OVERLAP = 16;- See Also:
- Constant Field Values
-
OP_SIMILAR_TO_VALUE
public static final int OP_SIMILAR_TO_VALUEOP_SIMILAR_TO = 17;- See Also:
- Constant Field Values
-
OP_NOT_SIMILAR_TO_VALUE
public static final int OP_NOT_SIMILAR_TO_VALUEOP_NOT_SIMILAR_TO = 18;- 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
-