Enum WeaviateProtoBase.Filters.TestValueCase
- java.lang.Object
-
- java.lang.Enum<WeaviateProtoBase.Filters.TestValueCase>
-
- io.weaviate.client.grpc.protocol.v1.WeaviateProtoBase.Filters.TestValueCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<WeaviateProtoBase.Filters.TestValueCase>
- Enclosing class:
- WeaviateProtoBase.Filters
public static enum WeaviateProtoBase.Filters.TestValueCase extends Enum<WeaviateProtoBase.Filters.TestValueCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TESTVALUE_NOT_SETVALUE_BOOLEANVALUE_BOOLEAN_ARRAYVALUE_GEOVALUE_INTVALUE_INT_ARRAYVALUE_NUMBERVALUE_NUMBER_ARRAYVALUE_TEXTVALUE_TEXT_ARRAY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoBase.Filters.TestValueCaseforNumber(int value)intgetNumber()static WeaviateProtoBase.Filters.TestValueCasevalueOf(int value)Deprecated.static WeaviateProtoBase.Filters.TestValueCasevalueOf(String name)Returns the enum constant of this type with the specified name.static WeaviateProtoBase.Filters.TestValueCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
VALUE_TEXT
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_TEXT
-
VALUE_INT
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_INT
-
VALUE_BOOLEAN
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_BOOLEAN
-
VALUE_NUMBER
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_NUMBER
-
VALUE_TEXT_ARRAY
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_TEXT_ARRAY
-
VALUE_INT_ARRAY
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_INT_ARRAY
-
VALUE_BOOLEAN_ARRAY
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_BOOLEAN_ARRAY
-
VALUE_NUMBER_ARRAY
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_NUMBER_ARRAY
-
VALUE_GEO
public static final WeaviateProtoBase.Filters.TestValueCase VALUE_GEO
-
TESTVALUE_NOT_SET
public static final WeaviateProtoBase.Filters.TestValueCase TESTVALUE_NOT_SET
-
-
Method Detail
-
values
public static WeaviateProtoBase.Filters.TestValueCase[] 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.TestValueCase c : WeaviateProtoBase.Filters.TestValueCase.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.TestValueCase 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 nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static WeaviateProtoBase.Filters.TestValueCase 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 nameNullPointerException- if the argument is null
-
forNumber
public static WeaviateProtoBase.Filters.TestValueCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-