public interface Group extends RecordItem
Modifier and Type | Method and Description |
---|---|
RecordItem[] |
getContents()
Returns the fields or nested groups that are present in this group.
|
String |
getDescription()
Returns the optional group description.
|
int |
getGroupLength()
Returns the number of bytes this group occupies in a fixed-length record.
|
int |
getGroupLocation()
Returns the 1-based byte offset into the record at which
this group is found.
|
String |
getName()
Returns the optional group name.
|
int |
getRepetitions()
Returns the number of repetitions of this group.
|
int getRepetitions()
repetitions
item.int getGroupLocation()
group_location
item,
and only appears for Binary and Character groups.int getGroupLength()
group_length
item,
and only appears for Binary and Character groups.String getName()
String getDescription()
RecordItem[] getContents()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.