DataObject.getFormats

Overview | Methods | This Package | All Packages

DataObject.getFormats

Retrieves an array of all format types that are supported by the data stored in this Data object.

Syntax

public String[] getFormats()

Return Value

Returns an array of String objects that represent the list of all formats that are supported by the data stored in the Data object.

Remarks

This method is provided to assist in debugging your application. The fields in the DataFormats class can be used to define the format of the data to retrieve.

See Also   IDataObject