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()
RecordMetaData
getLocation
in interface RecordMetaData
public java.net.URI getURI()
RecordMetaData
getURI
in interface RecordMetaData
public java.lang.Class<?> getReaderClass()
RecordMetaData
getReaderClass
in interface RecordMetaData