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.3 $, $Date: 2006/03/18 15:54:03 $
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.