com.ibm.workplace.wcm.api
Interface DocumentType


public interface DocumentType

This interface is used to define the types of documents that are available to the API. Each specific instance can be obtained through the DocumentTypes interface.

See Also:
DocumentTypes

Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement

See Also:
Constant Field Values
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object. This returns the class name.

Returns:
a String version of this object.