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