Interface QNameResource
-
- All Superinterfaces:
Cloneable,Comparable<Node>,Node,Resource,Serializable,Subject
- All Known Implementing Classes:
QNameResourceImpl
public interface QNameResource extends Resource
Resource with a qualified name.- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalName()StringgetNamespace()voidsetLocalName(String localName)-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
-
-