|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Literal
rdfs:Literal.
Field Summary | |
---|---|
static java.lang.String |
URI
|
Method Summary | |
---|---|
java.lang.String |
datatype()
Returns the datatype URI or null if the literal has no datatype URI. |
java.lang.String |
language()
Returns the language or null if the literal has no language specifier. |
java.lang.String |
toString()
Returns the string value of the literal. |
Methods inherited from interface de.hedenus.rdfschema.Resource |
---|
about, getProperties, getProperty, getProperty, getProperty |
Field Detail |
---|
static final java.lang.String URI
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String language()
null
if the literal has no language specifier.
java.lang.String datatype()
null
if the literal has no datatype URI.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |