public interface Table
Modifier and Type | Method and Description |
---|---|
RecordItem[] |
getContents()
Returns the fields and groups defining the record structure
of this table.
|
String |
getDescription()
Returns the description for this table.
|
String |
getFileName()
Returns the file_name for the file containing this table's data
(not the label file).
|
String |
getLocalIdentifier()
Returns the local_identifier for this table.
|
String |
getName()
Returns the name of this table.
|
long |
getOffset()
Gives byte offset into data file of data for this table.
|
long |
getRecordCount()
Returns the number of records in this table.
|
TableType |
getTableType()
Indicates what type of PDS4 table this is.
|
String getFileName()
TableType getTableType()
long getOffset()
long getRecordCount()
String getName()
String getLocalIdentifier()
String getDescription()
RecordItem[] getContents()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.