Enum Class NanComparison
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<NanComparison>,java.lang.constant.Constable
@Generated
public enum NanComparison
extends Enum<NanComparison>
implements com.google.protobuf.ProtocolMessageEnum
Controls how NaN values are treated in InCondition (i.e. MatchFilter) filters.Protobuf enum
io.deephaven.proto.backplane.grpc.NanComparison-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptiondefaults to NAN_NOT_EQUALS_NANNaN in match list: NaN values will matchNaN in match list: NaN values wil NOT match (follows IEEE 754 equality semantics) -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intdefaults to NAN_NOT_EQUALS_NANstatic final intNaN in match list: NaN values will matchstatic final intNaN in match list: NaN values wil NOT match (follows IEEE 754 equality semantics) -
Method Summary
Modifier and TypeMethodDescriptionstatic NanComparisonforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<NanComparison>static NanComparisonvalueOf(int value) Deprecated.static NanComparisonvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NanComparisonReturns the enum constant of this class with the specified name.static NanComparison[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAN_COMPARISON_TYPE_NOT_SPECIFIED
defaults to NAN_NOT_EQUALS_NAN
NAN_COMPARISON_TYPE_NOT_SPECIFIED = 0; -
NAN_NOT_EQUALS_NAN
NaN in match list: NaN values wil NOT match (follows IEEE 754 equality semantics)
NAN_NOT_EQUALS_NAN = 1; -
NAN_EQUALS_NAN
NaN in match list: NaN values will match
NAN_EQUALS_NAN = 2; -
UNRECOGNIZED
-
-
Field Details
-
NAN_COMPARISON_TYPE_NOT_SPECIFIED_VALUE
public static final int NAN_COMPARISON_TYPE_NOT_SPECIFIED_VALUEdefaults to NAN_NOT_EQUALS_NAN
NAN_COMPARISON_TYPE_NOT_SPECIFIED = 0;- See Also:
-
NAN_NOT_EQUALS_NAN_VALUE
public static final int NAN_NOT_EQUALS_NAN_VALUENaN in match list: NaN values wil NOT match (follows IEEE 754 equality semantics)
NAN_NOT_EQUALS_NAN = 1;- See Also:
-
NAN_EQUALS_NAN_VALUE
public static final int NAN_EQUALS_NAN_VALUENaN in match list: NaN values will match
NAN_EQUALS_NAN = 2;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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 class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-