com.plumtree.server
Class PT_DOCTYPEMAP_MAPPINGS_INDICES

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

public final class PT_DOCTYPEMAP_MAPPINGS_INDICES
extends java.lang.Object

Version:
$Revision$
Author:
Mike Sample

Field Summary
static int PT_DTM_DOCTYPEID
          Identifies second element as containing the document type ID
static int PT_DTM_IDENTIFIER
          Identifies first element as containing the document type mapping string
 
Constructor Summary
PT_DOCTYPEMAP_MAPPINGS_INDICES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_DTM_IDENTIFIER

public static final int PT_DTM_IDENTIFIER
Identifies first element as containing the document type mapping string

See Also:
Constant Field Values

PT_DTM_DOCTYPEID

public static final int PT_DTM_DOCTYPEID
Identifies second element as containing the document type ID

See Also:
Constant Field Values
Constructor Detail

PT_DOCTYPEMAP_MAPPINGS_INDICES

public PT_DOCTYPEMAP_MAPPINGS_INDICES()