|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Literal
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
| Method Summary | |
|---|---|
URI |
getDatatype()
Gets the datatype for this literal. |
java.lang.String |
getLabel()
Gets the label of this literal. |
java.lang.String |
getLanguage()
Gets the language tag for this literal, normalized to lowercase. |
| Methods inherited from interface org.openrdf.model.Value |
|---|
getObjectStatements |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getLabel()
java.lang.String getLanguage()
URI getDatatype()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||