Class TextTransformOperation

    • Field Detail

      • _repeat

        protected final boolean _repeat
    • Constructor Detail

      • TextTransformOperation

        public TextTransformOperation​(EngineConfig engineConfig,
                                      String columnName,
                                      String expression,
                                      OnError onError,
                                      boolean repeat,
                                      int repeatCount)
    • Method Detail

      • stringToOnError

        public static OnError stringToOnError​(String s)
      • onErrorToString

        public static String onErrorToString​(OnError onError)
      • getColumnName

        public String getColumnName()
      • getExpression

        public String getExpression()
      • getOnError

        public OnError getOnError()
      • getRepeatCount

        public int getRepeatCount()
      • getDescription

        public String getDescription()
        Description copied from interface: Operation
        A short human-readable description of what this operation does.