Package io.deephaven.proto.jdbc
Enum Class AssessmentMethod
- All Implemented Interfaces:
Internal.EnumLite,ProtocolMessageEnum,Serializable,Comparable<AssessmentMethod>,java.lang.constant.Constable
@Generated
public enum AssessmentMethod
extends Enum<AssessmentMethod>
implements ProtocolMessageEnum
Protobuf enum
io.deephaven.proto.jdbc.AssessmentMethod-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBOTH = 1;DATA_ONLY = 2;META_ONLY = 3;UNKNOWN = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBOTH = 1;static final intDATA_ONLY = 2;static final intMETA_ONLY = 3;static final intUNKNOWN = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic AssessmentMethodforNumber(int value) static Descriptors.EnumDescriptorfinal intstatic Internal.EnumLiteMap<AssessmentMethod>static AssessmentMethodvalueOf(int value) Deprecated.static AssessmentMethodReturns the enum constant of this class with the specified name.static AssessmentMethodReturns the enum constant of this class with the specified name.static AssessmentMethod[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
UNKNOWN = 0; -
BOTH
BOTH = 1; -
DATA_ONLY
DATA_ONLY = 2; -
META_ONLY
META_ONLY = 3; -
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUNKNOWN = 0;- See Also:
-
BOTH_VALUE
public static final int BOTH_VALUEBOTH = 1;- See Also:
-
DATA_ONLY_VALUE
public static final int DATA_ONLY_VALUEDATA_ONLY = 2;- See Also:
-
META_ONLY_VALUE
public static final int META_ONLY_VALUEMETA_ONLY = 3;- 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 interfaceInternal.EnumLite- Specified by:
getNumberin interfaceProtocolMessageEnum
-
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
- Specified by:
getValueDescriptorin interfaceProtocolMessageEnum
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceProtocolMessageEnum
-
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
-