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

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

public class TypeNode
extends Object
implements INode


Field Summary
static String type_
           
 
Constructor Summary
TypeNode()
           
 
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
 

Field Detail

type_

public static String type_
Constructor Detail

TypeNode

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