public interface PlainLiteral extends Literal
Modifier and Type | Method and Description |
---|---|
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
|
getLexicalForm
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.