|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlainLiteral
A string combined with an optional language tag The lexical form is the string represented by the Literal without including the language tag
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Returns true if obj is an instance of
PlainLiteral for which the lexical form and the language
are equals to the ones of this instance, false otherwise |
Language |
getLanguage()
|
int |
hashCode()
Returns the hash code of the lexical form plus the hash code of the language |
| Methods inherited from interface org.apache.clerezza.rdf.core.Literal |
|---|
getLexicalForm |
| Method Detail |
|---|
Language getLanguage()
boolean equals(Object obj)
obj is an instance of
PlainLiteral for which the lexical form and the language
are equals to the ones of this instance, false otherwise
equals in class Objectint hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||