public interface Data extends SimpleEntity
| Modifier and Type | Method and Description |
|---|---|
Dataset |
getDataset()
Gets the dataset to which this data belongs
|
SimpleEntity |
getHeader(int id)
Get the header of an entry by id.
|
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 id)
id - of an entry, should be within the range from 0 to n-1, where n is the number of
entries as returned by getSize()null if no header is assigned to this entryint getSize()
Copyright © 2016. All rights reserved.