|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LiteralValue
Represents a literal value that might optionally have a language tag or a datatype URI but not both.
Method Summary | |
---|---|
java.net.URI |
getDatatype()
Returns the datatype URI of the literal or null if there is none. |
java.lang.String |
getLabel()
Returns the lexical form of the literal. |
java.lang.String |
getLanguage()
Returns the language tag of the literal or null if there is none. |
Methods inherited from interface info.sswap.api.input.InputValue |
---|
accept |
Method Detail |
---|
java.lang.String getLabel()
java.lang.String getLanguage()
null
if there is none.
java.net.URI getDatatype()
null
if there is none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |