Class DTCellValueUtilities


  • public class DTCellValueUtilities
    extends Object
    Utilities relating to the use of DTCellValue's
    • Constructor Detail

      • DTCellValueUtilities

        public DTCellValueUtilities()
    • Method Detail

      • assertDTCellValue

        public static void assertDTCellValue​(String type,
                                             org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 dcv,
                                             DTCellValueUtilities.ConversionErrorCallback callback)
        The column-data type is looked up from the SuggestionCompletionEngine and represents the *true* data-type that the column represents. The data-type associated with the Cell Value can be incorrect for legacy models. For pre-5.2 they will always be String and for pre-5.4 numerical fields are always Numeric
        Parameters:
        type -
        dcv -