Enum WeaviateProtoBase.Filters.Operator

    • Field Detail

      • OPERATOR_UNSPECIFIED_VALUE

        public static final int OPERATOR_UNSPECIFIED_VALUE
        OPERATOR_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • OPERATOR_EQUAL_VALUE

        public static final int OPERATOR_EQUAL_VALUE
        OPERATOR_EQUAL = 1;
        See Also:
        Constant Field Values
      • OPERATOR_NOT_EQUAL_VALUE

        public static final int OPERATOR_NOT_EQUAL_VALUE
        OPERATOR_NOT_EQUAL = 2;
        See Also:
        Constant Field Values
      • OPERATOR_GREATER_THAN_VALUE

        public static final int OPERATOR_GREATER_THAN_VALUE
        OPERATOR_GREATER_THAN = 3;
        See Also:
        Constant Field Values
      • OPERATOR_GREATER_THAN_EQUAL_VALUE

        public static final int OPERATOR_GREATER_THAN_EQUAL_VALUE
        OPERATOR_GREATER_THAN_EQUAL = 4;
        See Also:
        Constant Field Values
      • OPERATOR_LESS_THAN_VALUE

        public static final int OPERATOR_LESS_THAN_VALUE
        OPERATOR_LESS_THAN = 5;
        See Also:
        Constant Field Values
      • OPERATOR_LESS_THAN_EQUAL_VALUE

        public static final int OPERATOR_LESS_THAN_EQUAL_VALUE
        OPERATOR_LESS_THAN_EQUAL = 6;
        See Also:
        Constant Field Values
      • OPERATOR_AND_VALUE

        public static final int OPERATOR_AND_VALUE
        OPERATOR_AND = 7;
        See Also:
        Constant Field Values
      • OPERATOR_OR_VALUE

        public static final int OPERATOR_OR_VALUE
        OPERATOR_OR = 8;
        See Also:
        Constant Field Values
      • OPERATOR_WITHIN_GEO_RANGE_VALUE

        public static final int OPERATOR_WITHIN_GEO_RANGE_VALUE
        OPERATOR_WITHIN_GEO_RANGE = 9;
        See Also:
        Constant Field Values
      • OPERATOR_LIKE_VALUE

        public static final int OPERATOR_LIKE_VALUE
        OPERATOR_LIKE = 10;
        See Also:
        Constant Field Values
      • OPERATOR_IS_NULL_VALUE

        public static final int OPERATOR_IS_NULL_VALUE
        OPERATOR_IS_NULL = 11;
        See Also:
        Constant Field Values
      • OPERATOR_CONTAINS_ANY_VALUE

        public static final int OPERATOR_CONTAINS_ANY_VALUE
        OPERATOR_CONTAINS_ANY = 12;
        See Also:
        Constant Field Values
      • OPERATOR_CONTAINS_ALL_VALUE

        public static final int OPERATOR_CONTAINS_ALL_VALUE
        OPERATOR_CONTAINS_ALL = 13;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static WeaviateProtoBase.Filters.Operator[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (WeaviateProtoBase.Filters.Operator c : WeaviateProtoBase.Filters.Operator.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static WeaviateProtoBase.Filters.Operator valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static WeaviateProtoBase.Filters.Operator valueOf​(int value)
        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 name
        NullPointerException - if the argument is null
      • forNumber

        public static WeaviateProtoBase.Filters.Operator forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static WeaviateProtoBase.Filters.Operator 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 name
        NullPointerException - if the argument is null