org.eclipse.higgins.idas.cp.jena2.impl.filter
Class PropertyNode

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.filter.PropertyNode
All Implemented Interfaces:
INode

public class PropertyNode
extends Object
implements INode


Constructor Summary
PropertyNode(String type)
           
 
Method Summary
 String asQueryElement()
           
 String getType()
           
 boolean hasIndex()
           
 boolean indexRequired()
           
 void setIndex(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNode

public PropertyNode(String type)
Method Detail

getType

public String getType()
Specified by:
getType in interface INode

hasIndex

public boolean hasIndex()
Specified by:
hasIndex in interface INode

indexRequired

public boolean indexRequired()
Specified by:
indexRequired in interface INode

setIndex

public void setIndex(int i)
Specified by:
setIndex in interface INode

asQueryElement

public String asQueryElement()
Specified by:
asQueryElement in interface INode