Enum Class Sensor.RecordingLevel
- All Implemented Interfaces:
Serializable,Comparable<Sensor.RecordingLevel>,Constable
- Enclosing class:
Sensor
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Enum Constant Summary
Enum ConstantsField Summary
FieldsModifier and TypeFieldDescriptionfinal shortthe permanent and immutable id of an API--this can't change everstatic final intfinal Stringan english description of the api--this is for debugging and can changeMethod Summary
Modifier and TypeMethodDescriptionstatic Sensor.RecordingLevelforId(int id) static Sensor.RecordingLevelCase insensitive lookup by protocol namebooleanshouldRecord(int configId) static Sensor.RecordingLevelReturns the enum constant of this class with the specified name.static Sensor.RecordingLevel[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Enum Constant Details
INFO
DEBUG
TRACE
Field Details
MAX_RECORDING_LEVEL_KEY
public static final int MAX_RECORDING_LEVEL_KEYname
an english description of the api--this is for debugging and can changeid
public final short idthe permanent and immutable id of an API--this can't change ever
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
forId
forName
Case insensitive lookup by protocol nameshouldRecord
public boolean shouldRecord(int configId)