Class Utils


  • public class Utils
    extends Object
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • findOperatorFromCell

        public static Optional<String> findOperatorFromCell​(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 realCellValue)
      • resolveObjectField

        public static org.drools.verifier.core.index.model.ObjectField resolveObjectField​(org.drools.verifier.core.index.model.ObjectType objectType,
                                                                                          String fieldType,
                                                                                          String factField,
                                                                                          org.drools.verifier.core.configuration.AnalyzerConfiguration configuration)
      • getRealCellValue

        public static org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getRealCellValue​(org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52 config52,
                                                                                                            org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 visibleCellValue)
      • tryShort

        public static Short tryShort​(String stringValue)
      • tryLong

        public static Long tryLong​(String stringValue)
      • tryDouble

        public static Double tryDouble​(String stringValue)
      • tryBigInteger

        public static BigInteger tryBigInteger​(String stringValue)
      • tryBigDecimal

        public static BigDecimal tryBigDecimal​(String stringValue)
      • tryInteger

        public static Integer tryInteger​(String stringValue)
      • tryBoolean

        public static Boolean tryBoolean​(String stringValue)