public static enum BinaryMessages.DiagnosticRequest.DecodedType extends java.lang.Enum<BinaryMessages.DiagnosticRequest.DecodedType>
openxc.DiagnosticRequest.DecodedType
Enum Constant and Description |
---|
NONE
NONE = 1; |
OBD2
OBD2 = 2; |
UNRECOGNIZED |
UNUSED
UNUSED = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
NONE_VALUE
NONE = 1; |
static int |
OBD2_VALUE
OBD2 = 2; |
static int |
UNUSED_VALUE
UNUSED = 0; |
Modifier and Type | Method and Description |
---|---|
static BinaryMessages.DiagnosticRequest.DecodedType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static BinaryMessages.DiagnosticRequest.DecodedType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BinaryMessages.DiagnosticRequest.DecodedType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BinaryMessages.DiagnosticRequest.DecodedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryMessages.DiagnosticRequest.DecodedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryMessages.DiagnosticRequest.DecodedType UNUSED
UNUSED = 0;
public static final BinaryMessages.DiagnosticRequest.DecodedType NONE
NONE = 1;
public static final BinaryMessages.DiagnosticRequest.DecodedType OBD2
OBD2 = 2;
public static final BinaryMessages.DiagnosticRequest.DecodedType UNRECOGNIZED
public static final int UNUSED_VALUE
UNUSED = 0;
public static final int NONE_VALUE
NONE = 1;
public static final int OBD2_VALUE
OBD2 = 2;
public static BinaryMessages.DiagnosticRequest.DecodedType[] values()
for (BinaryMessages.DiagnosticRequest.DecodedType c : BinaryMessages.DiagnosticRequest.DecodedType.values()) System.out.println(c);
public static BinaryMessages.DiagnosticRequest.DecodedType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
@Deprecated public static BinaryMessages.DiagnosticRequest.DecodedType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BinaryMessages.DiagnosticRequest.DecodedType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BinaryMessages.DiagnosticRequest.DecodedType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)