Class StepOption

java.lang.Object
org.pentaho.di.trans.step.StepOption

public class StepOption extends Object
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • getText

      public String getText()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • checkInteger

      public static void checkInteger(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
    • checkLong

      public static void checkLong(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
    • checkBoolean

      public static void checkBoolean(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)