Class SetValueConstantMeta.Field
- java.lang.Object
-
- org.pentaho.di.trans.steps.setvalueconstant.SetValueConstantMeta.Field
-
- Enclosing class:
- SetValueConstantMeta
public static class SetValueConstantMeta.Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFieldName()
String
getReplaceMask()
String
getReplaceValue()
boolean
isEmptyString()
void
setEmptyString(boolean setEmptyString)
void
setFieldName(String fieldName)
void
setReplaceMask(String replaceMask)
void
setReplaceValue(String replaceValue)
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
getReplaceValue
public String getReplaceValue()
-
setReplaceValue
public void setReplaceValue(String replaceValue)
-
getReplaceMask
public String getReplaceMask()
-
setReplaceMask
public void setReplaceMask(String replaceMask)
-
isEmptyString
public boolean isEmptyString()
-
setEmptyString
public void setEmptyString(boolean setEmptyString)
-
-