|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bsvrz.pua.prot.client.dataobject.ProtocolResultData
public class ProtocolResultData
Fasst die Daten eines Ergebnisdatensatzes zusammen
| Field Summary | |
|---|---|
long[] |
archiveTimeStamps
Liste der Archivzeitstempel |
long[] |
dataIndices
Liste der Datensatzindizes |
DataInformation[] |
dataInformations
Liste der Markierungen der Attribute |
long[] |
dataTimeStamps
Liste der Datenzeitstempel |
ProcessingInformation.ApplyAggregation |
order
Ergebnisdatensatz gehört zu der gesetzten Aggregation. |
byte |
status
Status |
ResultValue[] |
values
Werte |
| Fields inherited from interface de.bsvrz.pua.prot.client.dataobject.ProtocolResult |
|---|
ADMINISTRATION_DATA, AGGREGATION_DATA, NO_CHANGE_DATA, PROTOCOL_DATA |
| Constructor Summary | |
|---|---|
ProtocolResultData(ResultValue[] values,
DataInformation[] dataInformations,
long[] dataTimeStamps,
long[] archiveTimeStamps,
long[] dataIndices,
ProcessingInformation.ApplyAggregation order,
byte status)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
long |
getTimeStamp()
Liefert den Zeitstempel zurück. |
int |
getType()
Liefert den Typ des Datensatzes zurück. |
static java.lang.String |
msToDays(long millis)
Zeigt Millisekunden formatiert (DD:HH:MM:SS,sss) an. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ProcessingInformation.ApplyAggregation order
public ResultValue[] values
public DataInformation[] dataInformations
public long[] dataTimeStamps
public long[] archiveTimeStamps
public long[] dataIndices
public byte status
| Constructor Detail |
|---|
public ProtocolResultData(ResultValue[] values,
DataInformation[] dataInformations,
long[] dataTimeStamps,
long[] archiveTimeStamps,
long[] dataIndices,
ProcessingInformation.ApplyAggregation order,
byte status)
values - Werte.dataInformations - Liste der Markierungen der Attribute.dataTimeStamps - Liste der Datenzeitstempel.archiveTimeStamps - Liste der Archivzeitstempel.dataIndices - Liste der Datensatzindizes.order - Anwendung der Aggregationen.status - Status| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public long getTimeStamp()
public static java.lang.String msToDays(long millis)
millis - Zeit in Millisekunden
public boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int getType()
ProtocolResult
getType in interface ProtocolResultProtocolResult.ADMINISTRATION_DATA,ProtocolResult.AGGREGATION_DATA,ProtocolResult.PROTOCOL_DATA,ProtocolResult.NO_CHANGE_DATAProtocolResult.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||