static class TransactionResultData.TransactionInnerData extends Object implements TransactionDataset
Modifier and Type | Field and Description |
---|---|
private ResultData |
_resultData |
private boolean |
_wasSentAsTransaction |
Constructor and Description |
---|
TransactionResultData.TransactionInnerData(ResultData resultData,
boolean wasSentAsTransaction)
Konstruktor
|
TransactionResultData.TransactionInnerData(SystemObject object,
AttributeGroup attributeGroup,
Aspect aspect,
short simulationVariant,
long time,
long dataIndex,
boolean delayedData,
DataState dataState,
boolean wasSentAsTransaction,
Data data)
Konstruktor
|
Modifier and Type | Method and Description |
---|---|
Data |
getData()
Bestimmt den eigentlichen Datensatzes mit den von der jeweiligen Attributgruppe definierten Attributwerten dieses Datensatzes.
|
DataDescription |
getDataDescription()
Bestimmt die Beschreibung der im Ergebnis enthaltenen Daten.
|
long |
getDataIndex()
Bestimmt den je Datenidentifikation eindeutigen vom Datenverteiler vergebenen Datensatzindex dieses Datensatzes.
|
ArchiveDataKind |
getDataKind()
Bestimmt die Datensatzart des Datensatzes.
|
long |
getDataTime()
Bestimmt den Datenzeitstempel des Datensatzes.
|
DataState |
getDataType()
Bestimmt den Datensatztyp des Datensatzes.
|
SystemObject |
getObject()
Bestimmt das System-Objekt zu dem die im Ergebnis enthaltenen Daten gehören.
|
String |
toString() |
boolean |
wasSentAsTransaction()
Gibt an, ob der Datensatz innerhalb einer Transaktion gesendet wurde.
|
private final ResultData _resultData
private final boolean _wasSentAsTransaction
public TransactionResultData.TransactionInnerData(ResultData resultData, boolean wasSentAsTransaction)
resultData
- ResultDatawasSentAsTransaction
- Als Transaktion gesendet?public TransactionResultData.TransactionInnerData(SystemObject object, AttributeGroup attributeGroup, Aspect aspect, short simulationVariant, long time, long dataIndex, boolean delayedData, DataState dataState, boolean wasSentAsTransaction, Data data)
object
- ObjektattributeGroup
- ATGaspect
- ASPsimulationVariant
- SVtime
- ms seit 1970dataIndex
- DatenindexdelayedData
- nachgeliefert?dataState
- StatuswasSentAsTransaction
- Als Transaktion gesendet?data
- Datenpublic boolean wasSentAsTransaction()
TransactionDataset
wasSentAsTransaction
in interface TransactionDataset
public long getDataTime()
getDataTime
in interface Dataset
public long getDataIndex()
getDataIndex
in interface Dataset
public DataState getDataType()
getDataType
in interface Dataset
public ArchiveDataKind getDataKind()
getDataKind
in interface Dataset
public Data getData()
public SystemObject getObject()
public DataDescription getDataDescription()
getDataDescription
in interface Dataset