public class LiteralImpl extends AbstractNode implements Literal
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
language  | 
protected String | 
type  | 
protected String | 
value  | 
| Constructor and Description | 
|---|
LiteralImpl(String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
String | 
getLanguage()  | 
NodeType | 
getNodeType()  | 
String | 
getType()  | 
String | 
getValue()  | 
int | 
hashCode()  | 
boolean | 
isLiteral()  | 
void | 
setLanguage(String language)  | 
void | 
setType(String type)  | 
void | 
setValue(String value)  | 
String | 
toString()  | 
compareTo, isBlank, isQNameResource, isResourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitisBlank, isQNameResource, isResourcecompareTopublic LiteralImpl(String value)
public NodeType getNodeType()
getNodeType in interface Nodepublic boolean isLiteral()
isLiteral in interface NodeisLiteral in class AbstractNodepublic String getLanguage()
getLanguage in interface Literalpublic void setLanguage(String language)
setLanguage in interface LiteralCopyright © 2019 Nuxeo. All rights reserved.