Package io.deephaven.proto.controller
Enum Class RoutingServiceTypeEnum
- All Implemented Interfaces:
io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLite
,io.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<RoutingServiceTypeEnum>
,java.lang.constant.Constable
public enum RoutingServiceTypeEnum
extends Enum<RoutingServiceTypeEnum>
implements io.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
Protobuf enum
io.deephaven.proto.controller.RoutingServiceTypeEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRSTE_DIS = 2;
RSTE_LAS = 3;
RSTE_NONE = 1;
RSTE_TDS = 4;
RSTE_UNSPECIFIED = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
RSTE_DIS = 2;
static final int
RSTE_LAS = 3;
static final int
RSTE_NONE = 1;
static final int
RSTE_TDS = 4;
static final int
RSTE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingServiceTypeEnum
forNumber
(int value) static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor
final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor
final int
final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor
static io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLiteMap<RoutingServiceTypeEnum>
static RoutingServiceTypeEnum
valueOf
(int value) Deprecated.static RoutingServiceTypeEnum
valueOf
(io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RoutingServiceTypeEnum
Returns the enum constant of this class with the specified name.static RoutingServiceTypeEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RSTE_UNSPECIFIED
RSTE_UNSPECIFIED = 0;
-
RSTE_NONE
RSTE_NONE = 1;
-
RSTE_DIS
RSTE_DIS = 2;
-
RSTE_LAS
RSTE_LAS = 3;
-
RSTE_TDS
RSTE_TDS = 4;
-
UNRECOGNIZED
-
-
Field Details
-
RSTE_UNSPECIFIED_VALUE
public static final int RSTE_UNSPECIFIED_VALUERSTE_UNSPECIFIED = 0;
- See Also:
-
RSTE_NONE_VALUE
public static final int RSTE_NONE_VALUERSTE_NONE = 1;
- See Also:
-
RSTE_DIS_VALUE
public static final int RSTE_DIS_VALUERSTE_DIS = 2;
- See Also:
-
RSTE_LAS_VALUE
public static final int RSTE_LAS_VALUERSTE_LAS = 3;
- See Also:
-
RSTE_TDS_VALUE
public static final int RSTE_TDS_VALUERSTE_TDS = 4;
- 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:
getNumber
in interfaceio.deephaven.shadow.core.com.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfaceio.deephaven.shadow.core.com.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
public static io.deephaven.shadow.core.com.google.protobuf.Internal.EnumLiteMap<RoutingServiceTypeEnum> internalGetValueMap() -
getValueDescriptor
public final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfaceio.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfaceio.deephaven.shadow.core.com.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static RoutingServiceTypeEnum valueOf(io.deephaven.shadow.core.com.google.protobuf.Descriptors.EnumValueDescriptor desc) 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
-