Package org.pentaho.di.trans.step
Class StepOption
- java.lang.Object
-
- org.pentaho.di.trans.step.StepOption
-
public class StepOption extends Object
-
-
Constructor Summary
Constructors Constructor Description StepOption(String key, String text, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
checkBoolean(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
static void
checkInteger(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
static void
checkLong(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
String
getKey()
String
getText()
String
getValue()
void
setValue(String value)
-
-
-
Method Detail
-
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)
-
-