public class DciDataRow extends Object
Constructor and Description |
---|
DciDataRow(Date timestamp,
Object value) |
Modifier and Type | Method and Description |
---|---|
Date |
getTimestamp() |
Object |
getValue() |
double |
getValueAsDouble() |
long |
getValueAsLong() |
String |
getValueAsString() |
void |
invert()
Invert value
|
String |
toString() |
public Date getTimestamp()
public Object getValue()
public String getValueAsString()
public long getValueAsLong()
public double getValueAsDouble()
public void invert()
Copyright © 2015. All rights reserved.