com.plumtree.server
Class PT_CHILDNODE_INDICES

java.lang.Object
  extended by com.plumtree.server.PT_CHILDNODE_INDICES

public final class PT_CHILDNODE_INDICES
extends java.lang.Object

This list contains the different types of information about a Child Node during a Crawl

Version:
$Revision$
Author:
StephenC

Field Summary
static int PT_CHILDNODE_MAX_NUM_COLUMNS
          indicates the number of items in this enumeration
static int PT_CHILDNODE_NAME
          Child Name
static int PT_CHILDNODE_PBAG
          Propertybag containing data on this node
 
Constructor Summary
PT_CHILDNODE_INDICES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CHILDNODE_PBAG

public static final int PT_CHILDNODE_PBAG
Propertybag containing data on this node

See Also:
Constant Field Values

PT_CHILDNODE_NAME

public static final int PT_CHILDNODE_NAME
Child Name

See Also:
Constant Field Values

PT_CHILDNODE_MAX_NUM_COLUMNS

public static final int PT_CHILDNODE_MAX_NUM_COLUMNS
indicates the number of items in this enumeration

See Also:
Constant Field Values
Constructor Detail

PT_CHILDNODE_INDICES

public PT_CHILDNODE_INDICES()