Interface OceanusDataFormatter.OceanusDataFormatterExtension

All Known Implementing Classes:
MetisDataFormatter
Enclosing class:
OceanusDataFormatter

public static interface OceanusDataFormatter.OceanusDataFormatterExtension
Formatter extension.
  • Method Summary

    Modifier and Type
    Method
    Description
    Format an object value.
  • Method Details

    • formatObject

      String formatObject(Object pValue)
      Format an object value.
      Parameters:
      pValue - the object to format
      Returns:
      the formatted value (or null if not recognised)