public interface Data extends SimpleEntity
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDataset()
Gets the dataset to which this data belongs
|
SimpleEntity |
getHeader(int index)
Get the header of an entry by index.
|
Set<Integer> |
getIDs()
Get the set of all integer IDs corresponding to an item in the data set.
|
int |
getSize()
Get the number of entries in the data.
|
getName, getUniqueIdentifierDataset getDataset()
SimpleEntity getHeader(int index)
index - of an entry, should be within the range from 0 to n-1, where n is the number of
entries as returned by getSize()int getSize()
Copyright © 2017. All rights reserved.