Class PatternScriptParam


public class PatternScriptParam extends StringScriptParam
  • Field Details

    • FORMAT_PROP

      public static final String FORMAT_PROP
    • MIN_ROWS_PROP

      public static final String MIN_ROWS_PROP
    • MAX_ROWS_PROP

      public static final String MAX_ROWS_PROP
    • VISIBLE_ROWS_PROP

      public static final String VISIBLE_ROWS_PROP
    • ERROR_LINE_PROP

      public static final String ERROR_LINE_PROP
    • ERROR_CHAR_PROP

      public static final String ERROR_CHAR_PROP
  • Constructor Details

    • PatternScriptParam

      public PatternScriptParam(String id, String desc, String defaultValue, String format, int minRows, int maxRows)
  • Method Details

    • setMinRows

      public void setMinRows(int visibleRows)
    • getMinRows

      public int getMinRows()
    • setMaxRows

      public void setMaxRows(int maxRows)
    • getMaxRows

      public int getMaxRows()
    • setVisibleRows

      public void setVisibleRows(int visibleRows)
    • getVisibleRows

      public int getVisibleRows()
    • setFormat

      public void setFormat(String format)
    • getFormat

      public String getFormat()
    • getErrLine

      public int getErrLine()
    • setErrLine

      public void setErrLine(int errLine)
    • getErrChar

      public int getErrChar()
    • setErrChar

      public void setErrChar(int errChar)
    • getStringRepresentation

      public String getStringRepresentation()
      Description copied from class: ScriptParam
      Get the string representation of this param.
      Overrides:
      getStringRepresentation in class StringScriptParam