public class RecordMetaDataInterval extends java.lang.Object implements RecordMetaData
Constructor and Description |
---|
RecordMetaDataInterval(long from,
long to,
java.net.URI uri) |
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 RecordMetaDataInterval(long from, long to, java.net.URI uri)
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