Interface Literal
-
- All Superinterfaces:
Cloneable
,Comparable<Node>
,Node
,Serializable
- All Known Implementing Classes:
LiteralImpl
public interface Literal extends Node
Literal node.- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLanguage()
String
getType()
String
getValue()
void
setLanguage(String language)
void
setType(String type)
void
setValue(String value)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
-
-