public static enum Enum8.ConcreteEnum8 extends Enum<Enum8.ConcreteEnum8>
Enum Constant and Description |
---|
MMB_INVALID_VALUE |
Modifier and Type | Method and Description |
---|---|
static Enum8.ConcreteEnum8 |
get(byte v) |
byte |
getCode() |
String |
getLabel() |
static Enum8.ConcreteEnum8 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enum8.ConcreteEnum8[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enum8.ConcreteEnum8 MMB_INVALID_VALUE
public static Enum8.ConcreteEnum8[] values()
for (Enum8.ConcreteEnum8 c : Enum8.ConcreteEnum8.values()) System.out.println(c);
public static Enum8.ConcreteEnum8 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 static Enum8.ConcreteEnum8 get(byte v)
public byte getCode()
public String getLabel()
Copyright © 2016. All rights reserved.