Enum WeaviateProtoProperties.ListValue.KindCase
- java.lang.Object
-
- java.lang.Enum<WeaviateProtoProperties.ListValue.KindCase>
-
- io.weaviate.client.grpc.protocol.v1.WeaviateProtoProperties.ListValue.KindCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<WeaviateProtoProperties.ListValue.KindCase>
- Enclosing class:
- WeaviateProtoProperties.ListValue
public static enum WeaviateProtoProperties.ListValue.KindCase extends Enum<WeaviateProtoProperties.ListValue.KindCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOL_VALUESDATE_VALUESINT_VALUESKIND_NOT_SETNUMBER_VALUESOBJECT_VALUESTEXT_VALUESUUID_VALUES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoProperties.ListValue.KindCaseforNumber(int value)intgetNumber()static WeaviateProtoProperties.ListValue.KindCasevalueOf(int value)Deprecated.static WeaviateProtoProperties.ListValue.KindCasevalueOf(String name)Returns the enum constant of this type with the specified name.static WeaviateProtoProperties.ListValue.KindCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NUMBER_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase NUMBER_VALUES
-
BOOL_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase BOOL_VALUES
-
OBJECT_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase OBJECT_VALUES
-
DATE_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase DATE_VALUES
-
UUID_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase UUID_VALUES
-
INT_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase INT_VALUES
-
TEXT_VALUES
public static final WeaviateProtoProperties.ListValue.KindCase TEXT_VALUES
-
KIND_NOT_SET
public static final WeaviateProtoProperties.ListValue.KindCase KIND_NOT_SET
-
-
Method Detail
-
values
public static WeaviateProtoProperties.ListValue.KindCase[] 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 (WeaviateProtoProperties.ListValue.KindCase c : WeaviateProtoProperties.ListValue.KindCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WeaviateProtoProperties.ListValue.KindCase 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 WeaviateProtoProperties.ListValue.KindCase 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 WeaviateProtoProperties.ListValue.KindCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-