public static enum BinaryMessages.CanMessage.FrameFormat extends java.lang.Enum<BinaryMessages.CanMessage.FrameFormat>
openxc.CanMessage.FrameFormat
Enum Constant and Description |
---|
EXTENDED
EXTENDED = 2; |
STANDARD
STANDARD = 1; |
UNRECOGNIZED |
UNUSED
UNUSED = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
EXTENDED_VALUE
EXTENDED = 2; |
static int |
STANDARD_VALUE
STANDARD = 1; |
static int |
UNUSED_VALUE
UNUSED = 0; |
Modifier and Type | Method and Description |
---|---|
static BinaryMessages.CanMessage.FrameFormat |
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.CanMessage.FrameFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BinaryMessages.CanMessage.FrameFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BinaryMessages.CanMessage.FrameFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryMessages.CanMessage.FrameFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryMessages.CanMessage.FrameFormat UNUSED
UNUSED = 0;
public static final BinaryMessages.CanMessage.FrameFormat STANDARD
STANDARD = 1;
public static final BinaryMessages.CanMessage.FrameFormat EXTENDED
EXTENDED = 2;
public static final BinaryMessages.CanMessage.FrameFormat UNRECOGNIZED
public static final int UNUSED_VALUE
UNUSED = 0;
public static final int STANDARD_VALUE
STANDARD = 1;
public static final int EXTENDED_VALUE
EXTENDED = 2;
public static BinaryMessages.CanMessage.FrameFormat[] values()
for (BinaryMessages.CanMessage.FrameFormat c : BinaryMessages.CanMessage.FrameFormat.values()) System.out.println(c);
public static BinaryMessages.CanMessage.FrameFormat 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.CanMessage.FrameFormat valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BinaryMessages.CanMessage.FrameFormat 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.CanMessage.FrameFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)