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