toString()

Returns a literal representation of the current content-type object.

Syntax

public String toString();
 

Parameters

None.

Return values

A String object that contains the literal representation of the current content-type object.

Notes

The toString() method overrides the toString() method in the java.lang.Object class.

Copyright IBM Corp. 1997, 2003