|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.displayers.DataState
public class DataState
DataState
describes quality of dinamic value.
Field Summary | |
---|---|
static java.lang.String |
ALARM
State when alarm condition was rased for the dynamic value. |
static java.lang.String |
CONNECTED
State for connected source of dynamic data. |
java.lang.String |
description
Detailed description of this data quality representativ. |
static java.lang.String |
DISCONNECTED
State for disconnected source of dynamic data. |
static java.lang.String |
ERROR
State when error condition was rased for the dynamic value. |
static java.lang.String |
NORMAL
State for normal conditions. |
static java.lang.String |
NOT_INITIALIZED
State for not initialized source of dynamic data. |
static java.lang.String |
SUSPENDED
State when dynamic data source ahs been suspended. |
static java.lang.String |
TIMELAG
State when dynamic value source receives data with timelag. |
static java.lang.String |
TIMEOUT
State when dynamic value data is in timeout. |
long |
timestamp
Timestamp of data quality |
java.lang.String |
type
Type identifying this data quality state. |
static java.lang.String |
UNDEFINED
State when data quality can not be determined. |
static java.lang.String |
WARNING
State when warning condition was rased for the dynamic value. |
Constructor Summary | |
---|---|
DataState(java.lang.String type)
Creates a new DateState object. |
|
DataState(java.lang.String type,
long timestamp,
java.lang.String description)
Creates a new DataState object. |
|
DataState(java.lang.String type,
java.lang.String description)
Creates a new DataState object. |
Method Summary | |
---|---|
java.lang.String |
getType()
Returns the type of this DataState. |
java.lang.String |
toString()
Returns the type identifyer of this data quality state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String type
public long timestamp
public java.lang.String description
public static final java.lang.String TIMELAG
public static final java.lang.String TIMEOUT
public static final java.lang.String WARNING
public static final java.lang.String ALARM
public static final java.lang.String ERROR
public static final java.lang.String NORMAL
public static final java.lang.String NOT_INITIALIZED
public static final java.lang.String CONNECTED
public static final java.lang.String DISCONNECTED
public static final java.lang.String UNDEFINED
public static final java.lang.String SUSPENDED
Constructor Detail |
---|
public DataState(java.lang.String type, long timestamp, java.lang.String description)
type
- the string identifier for type.timestamp
- the time of data qyality changedescription
- detailed description of this data quality statepublic DataState(java.lang.String type, java.lang.String description)
type
- the string identifier for type.description
- detailed description of this data quality statepublic DataState(java.lang.String type)
type
- the string identifier for type.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |