Package com.bayesserver.data
Class NestedReadInfo
- java.lang.Object
-
- com.bayesserver.data.NestedReadInfo
-
public final class NestedReadInfo extends Object
Provides information about a nested table record.- See Also:
DefaultDataReader
-
-
Constructor Summary
Constructors Constructor Description NestedReadInfo(DataRecord record)
Initializes a new instance of the NestedReadInfo class.
-
-
-
Constructor Detail
-
NestedReadInfo
public NestedReadInfo(DataRecord record)
Initializes a new instance of the NestedReadInfo class.- Parameters:
record
- The current nested table record.
-
-
Method Detail
-
getRecord
public DataRecord getRecord()
The current nested table record.
-
-