Class BioMaterialEventSourceFormatter

    • Field Detail

      • nullValue

        private String nullValue
    • Constructor Detail

      • BioMaterialEventSourceFormatter

        public BioMaterialEventSourceFormatter()
        Create a new formatter. Null values are formatted as an empty string.
      • BioMaterialEventSourceFormatter

        public BioMaterialEventSourceFormatter​(String nullValue)
        Create a new formatter.
        Parameters:
        nullValue - The string to return if a null item is passed to format(BioMaterialEventSource)