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