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

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

public class AttributeNode
extends Object
implements INode


Constructor Summary
AttributeNode()
           
 
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

AttributeNode

public AttributeNode()
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