| Constructor and Description |
|---|
BasicPathInfo(int index,
java.lang.String path,
DataType dataType) |
BasicPathInfo(int index,
java.lang.String path,
DataType dataType,
InterpolationMode interpolation,
PropertySet properties) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
The data type of the item in the result set.
|
InterpolationMode |
getInterpolationMode()
How the tag thinks it should be interpolated.
|
java.lang.String |
getPath()
The string path representing the specific tag/datapoint.
|
PropertySet |
getProperties() |
int |
index()
An id that is unique for this path in this query result set.
|
public BasicPathInfo(int index,
java.lang.String path,
DataType dataType)
public BasicPathInfo(int index,
java.lang.String path,
DataType dataType,
InterpolationMode interpolation,
PropertySet properties)
public int index()
PathInfopublic java.lang.String getPath()
PathInfopublic DataType getDataType()
PathInfogetDataType in interface PathInfopublic InterpolationMode getInterpolationMode()
PathInfogetInterpolationMode in interface PathInfopublic PropertySet getProperties()
getProperties in interface PathInfo