public static enum Ola.RDMCommandClass extends Enum<Ola.RDMCommandClass> implements com.google.protobuf.ProtocolMessageEnum
ola.proto.RDMCommandClass
The RDM command class
Enum Constant and Description |
---|
RDM_DISCOVERY_RESPONSE
RDM_DISCOVERY_RESPONSE = 2; |
RDM_GET_RESPONSE
RDM_GET_RESPONSE = 0; |
RDM_SET_RESPONSE
RDM_SET_RESPONSE = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
RDM_DISCOVERY_RESPONSE_VALUE
RDM_DISCOVERY_RESPONSE = 2; |
static int |
RDM_GET_RESPONSE_VALUE
RDM_GET_RESPONSE = 0; |
static int |
RDM_SET_RESPONSE_VALUE
RDM_SET_RESPONSE = 1; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Ola.RDMCommandClass> |
internalGetValueMap() |
static Ola.RDMCommandClass |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ola.RDMCommandClass |
valueOf(int value) |
static Ola.RDMCommandClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ola.RDMCommandClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ola.RDMCommandClass RDM_GET_RESPONSE
RDM_GET_RESPONSE = 0;
public static final Ola.RDMCommandClass RDM_SET_RESPONSE
RDM_SET_RESPONSE = 1;
public static final Ola.RDMCommandClass RDM_DISCOVERY_RESPONSE
RDM_DISCOVERY_RESPONSE = 2;
public static final int RDM_GET_RESPONSE_VALUE
RDM_GET_RESPONSE = 0;
public static final int RDM_SET_RESPONSE_VALUE
RDM_SET_RESPONSE = 1;
public static final int RDM_DISCOVERY_RESPONSE_VALUE
RDM_DISCOVERY_RESPONSE = 2;
public static Ola.RDMCommandClass[] values()
for (Ola.RDMCommandClass c : Ola.RDMCommandClass.values()) System.out.println(c);
public static Ola.RDMCommandClass valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static Ola.RDMCommandClass valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ola.RDMCommandClass> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Ola.RDMCommandClass valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.