|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlainLiteral
Represents the rdf:PlainLiteral data type, formerly known as rdf:text. rdf:PlainLiteral is an internationalized string value that contains a language tag indicating it's spoken language, e.g. "Padre de familia@es".
| Method Summary | |
|---|---|
String |
getLang()
Returns the language tag, e.g. |
String |
getString()
Returns the string, e.g. |
String[] |
getValue()
Returns the wrapped type. |
| Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm |
|---|
getDatatypeIRI, toCanonicalString |
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
|---|
isGround |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String[] getValue()
getValue in interface ITermString getString()
String getLang()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||