public interface ObjectBundle
Modifier and Type | Method and Description |
---|---|
Object |
data(int onum,
int rnum)
Access a particular object and representation.
|
int |
dataLength()
Get the number of objects contained.
|
BundleMeta |
meta()
Access the meta data.
|
SimpleTypeInformation<?> |
meta(int i)
Access the meta data.
|
int |
metaLength()
Get the metadata length.
|
BundleMeta meta()
SimpleTypeInformation<?> meta(int i)
i
- componentint metaLength()
int dataLength()
Object data(int onum, int rnum)
onum
- Object numberrnum
- Representation number