com.kiwisoft.utils.format
Interface FormatProvider


public interface FormatProvider

Interface classes must implement if they want to provide custom ObjectFormat's for the SQLPlugin.

Version:
$Revision: 1.2 $, $Date: 2004/09/30 18:09:48 $
Author:
Stefan Stiller

Method Summary
 ObjectFormat[] getFormats()
          Returns all formats provided by this object.
 

Method Detail

getFormats

public ObjectFormat[] getFormats()
Returns all formats provided by this object.

Returns:
An array of all formats. Must not be null.