+

Search Tips   |   Advanced Search


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

Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 

Method Detail

toString

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

Overrides:
toString in class java.lang.Object
Returns:
a String version of this object.