Class AbstractSpecialValueTranslator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(SpecialColumnDescriptor columnDescriptor)
      Called once upon header creation to do some initial setup logic.
      boolean isEmpty​(java.lang.String cellValue)
      Treats null and '' as empty cells.
      java.lang.String performExport​(Item item)
      Called each time an item is exported using the enclosing header.
      void performImport​(java.lang.String cellValue, Item processedItem)
      Called each time a non-empty cell value has to be imported.
      void validate​(java.lang.String expr)
      Validates the special column definition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait