wt.dataops.archivesystem.search
Class DictConstants

java.lang.Object
  extended bywt.dataops.archivesystem.search.DictConstants

public class DictConstants
extends Object


Field Summary
static String DTD_ELEMENT
           
static String ELEMENT_NAME
           
static String ELEMENT_PARENT
           
static String INCLUDED_ELEMENT
           
static String PARENT_NAME
           
static String ROOT_ELEMENT
           
static String XPATH_VALUE
           
 
Constructor Summary
DictConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_ELEMENT

public static final String ROOT_ELEMENT
See Also:
Constant Field Values

DTD_ELEMENT

public static final String DTD_ELEMENT
See Also:
Constant Field Values

INCLUDED_ELEMENT

public static final String INCLUDED_ELEMENT
See Also:
Constant Field Values

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values

PARENT_NAME

public static final String PARENT_NAME
See Also:
Constant Field Values

ELEMENT_PARENT

public static final String ELEMENT_PARENT
See Also:
Constant Field Values

XPATH_VALUE

public static final String XPATH_VALUE
See Also:
Constant Field Values
Constructor Detail

DictConstants

public DictConstants()