Package io.milvus.grpc
Enum CalcDistanceResults.ArrayCase
- java.lang.Object
-
- java.lang.Enum<CalcDistanceResults.ArrayCase>
-
- io.milvus.grpc.CalcDistanceResults.ArrayCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<CalcDistanceResults.ArrayCase>
- Enclosing class:
- CalcDistanceResults
public static enum CalcDistanceResults.ArrayCase extends Enum<CalcDistanceResults.ArrayCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ARRAY_NOT_SETFLOAT_DISTINT_DIST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CalcDistanceResults.ArrayCaseforNumber(int value)intgetNumber()static CalcDistanceResults.ArrayCasevalueOf(int value)Deprecated.static CalcDistanceResults.ArrayCasevalueOf(String name)Returns the enum constant of this type with the specified name.static CalcDistanceResults.ArrayCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INT_DIST
public static final CalcDistanceResults.ArrayCase INT_DIST
-
FLOAT_DIST
public static final CalcDistanceResults.ArrayCase FLOAT_DIST
-
ARRAY_NOT_SET
public static final CalcDistanceResults.ArrayCase ARRAY_NOT_SET
-
-
Method Detail
-
values
public static CalcDistanceResults.ArrayCase[] 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 (CalcDistanceResults.ArrayCase c : CalcDistanceResults.ArrayCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CalcDistanceResults.ArrayCase 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 CalcDistanceResults.ArrayCase 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 CalcDistanceResults.ArrayCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-