org.d2rq.server
Class PageServlet.Property
java.lang.Object
org.d2rq.server.PageServlet.Property
- All Implemented Interfaces:
- Comparable<PageServlet.Property>
- Enclosing class:
- PageServlet
public class PageServlet.Property
- extends Object
- implements Comparable<PageServlet.Property>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isInverse
public boolean isInverse()
propertyURI
public String propertyURI()
propertyQName
public String propertyQName()
propertyPrefix
public String propertyPrefix()
propertyLocalName
public String propertyLocalName()
value
public Node value()
valueQName
public String valueQName()
datatypeQName
public String datatypeQName()
isImg
public boolean isImg()
compareTo
public int compareTo(PageServlet.Property other)
- Specified by:
compareTo
in interface Comparable<PageServlet.Property>