public enum BIAAppInfo extends java.lang.Enum<BIAAppInfo> implements BaseEnum
| Enum Constant and Description |
|---|
BITSET_LEADS_OFF |
BITSET_LEADS_ON |
REF |
| Modifier and Type | Method and Description |
|---|---|
static BIAAppInfo |
getEnum(byte[] data) |
byte[] |
getID() |
BIAAppInfo |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static BIAAppInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BIAAppInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BIAAppInfo REF
public static final BIAAppInfo BITSET_LEADS_OFF
public static final BIAAppInfo BITSET_LEADS_ON
public static BIAAppInfo[] values()
for (BIAAppInfo c : BIAAppInfo.values()) System.out.println(c);
public static BIAAppInfo 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 static BIAAppInfo getEnum(byte[] data)
public BIAAppInfo getRefEnum(byte[] data)
getRefEnum in interface BaseEnumpublic java.lang.String toString()
toString in class java.lang.Enum<BIAAppInfo>