public interface Table
Modifier and Type | Method and Description |
---|---|
RecordItem[] |
getContents()
Returns the fields and groups defining the record structure
of this table.
|
java.lang.String |
getDescription()
Returns the description for this table.
|
java.lang.String |
getFileName()
Returns the file_name for the file containing this table's data
(not the label file).
|
java.lang.String |
getLocalIdentifier()
Returns the local_identifier for this table.
|
java.lang.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.
|
java.lang.String getFileName()
TableType getTableType()
long getOffset()
long getRecordCount()
java.lang.String getName()
java.lang.String getLocalIdentifier()
java.lang.String getDescription()
RecordItem[] getContents()