com.bigdata.rdf.model
Interface BigdataLiteral

All Superinterfaces:
BigdataValue, Literal, Serializable, Value
All Known Implementing Classes:
BigdataLiteralImpl

public interface BigdataLiteral
extends Literal, BigdataValue

A Literal that exposes the internal term identifier.

Version:
$Id: BigdataLiteral.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
 
Fields inherited from interface com.bigdata.rdf.model.BigdataValue
NULL
 
Method Summary
 BigdataURI getDatatype()
          Specialized return type.
 
Methods inherited from interface org.openrdf.model.Literal
booleanValue, byteValue, calendarValue, decimalValue, doubleValue, equals, floatValue, getLabel, getLanguage, hashCode, integerValue, intValue, longValue, shortValue
 
Methods inherited from interface com.bigdata.rdf.model.BigdataValue
clearTermId, getTermId, setTermId
 
Methods inherited from interface org.openrdf.model.Value
stringValue
 

Method Detail

getDatatype

BigdataURI getDatatype()
Specialized return type.

Specified by:
getDatatype in interface Literal


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.