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()
RecordMetaDatagetLocation in interface RecordMetaDatapublic java.net.URI getURI()
RecordMetaDatagetURI in interface RecordMetaDatapublic java.lang.Class<?> getReaderClass()
RecordMetaDatagetReaderClass in interface RecordMetaData