public class RecordMetaDataLineInterval extends java.lang.Object implements RecordMetaData
| Constructor and Description |
|---|
RecordMetaDataLineInterval() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Get a human-readable location for the data
|
java.lang.Class<?> |
getReaderClass()
Get the class that was used to generate the record
|
java.net.URI |
getURI()
Return the URI for the source of the record
|
public java.lang.String getLocation()
RecordMetaDatagetLocation in interface RecordMetaDatapublic java.net.URI getURI()
RecordMetaDatagetURI in interface RecordMetaDatapublic java.lang.Class<?> getReaderClass()
RecordMetaDatagetReaderClass in interface RecordMetaData