Interface Literal

All Superinterfaces:
Serializable, Value
All Known Implementing Classes:
AbstractLiteral, BooleanLiteral, BooleanMemLiteral, CalendarLiteral, CalendarMemLiteral, CorruptLiteral, CorruptUnknownValue, DecimalLiteral, DecimalMemLiteral, IntegerLiteral, IntegerMemLiteral, LmdbLiteral, MemLiteral, NativeLiteral, NumericLiteral, NumericMemLiteral, SimpleLiteral

public interface Literal extends Value
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.

Value accessor methods (for instance, booleanValue()) map literal lexical values conforming to the syntax of a supported XML Schema 1.1 datatype to a corresponding Java object.

Author:
Arjohn Kampman
See Also: