com.xerox.bantam
Class DocumentType

java.lang.Object
  |
  +--com.xerox.bantam.DocumentType

public class DocumentType
extends Object

Constants for identifying document type.

Version:
$Revision: 1.5 $, $Date: 2000/08/11 07:16:21 $
Author:
Keith Edwards

Field Summary
static DocumentType COLLECTION
           
static DocumentType COMBINED
          Note that COMBINED is provided for future expansion and may not be supported by any particular implementation.
static DocumentType CONTENT
           
static DocumentType OBJECT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OBJECT

public static final DocumentType OBJECT

CONTENT

public static final DocumentType CONTENT

COLLECTION

public static final DocumentType COLLECTION

COMBINED

public static final DocumentType COMBINED
Note that COMBINED is provided for future expansion and may not be supported by any particular implementation.
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Project Harland