Class HistoricalColumn
java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoricalColumn
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LiteralHistoricalColumn,ValueHistoricalColumn
Base column type for historical column values. These columns are used to send tabular data through the store and
forward system. This abstract class simply handles the most basic & common data/tasks, like cloning, and storing the
column name.
- See Also:
-
Constructor Details
-
HistoricalColumn
public HistoricalColumn() -
HistoricalColumn
-
-
Method Details
-
getName
-
setName
-
copy
- Throws:
Exception
-
getRowCount
public abstract int getRowCount() -
getValue
Returns the raw value for the given row number. Can be null if the row doesn't exist. -
addValue
Adds a new row of data. -
getSerializableValue
-