Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.api
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
 String getLanguage()
           
 String getType()
           
 String getValue()
           
 void setLanguage(String language)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLanguage

String getLanguage()

setLanguage

void setLanguage(String language)

getType

String getType()

setType

void setType(String type)

getValue

String getValue()

setValue

void setValue(String value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.