public static class Data.State
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CRITICAL
CRITICAL, not defined by default, but allows user to define the range
|
static java.lang.String |
ERROR
ERROR, Data cannot be read, there is an error message in the Value
|
static java.lang.String |
NORMAL
NORMAL, under power and outputting data
|
static java.lang.String |
NOTAVAILABLE
NOTAVAILABLE, the value is not available in this configuration
|
static java.lang.String |
OFF
OFF, not under power, not outputting data
|
static java.lang.String |
WARNING
WARNING, not defined by default, but allows user to define the range
|
Constructor and Description |
---|
State() |
public static final java.lang.String NOTAVAILABLE
public static final java.lang.String OFF
public static final java.lang.String NORMAL
public static final java.lang.String WARNING
public static final java.lang.String CRITICAL
public static final java.lang.String ERROR