Class IfNullMeta.Fields
- java.lang.Object
-
- org.pentaho.di.trans.steps.ifnull.IfNullMeta.Fields
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- IfNullMeta
public static class IfNullMeta.Fields extends Object implements Cloneable
-
-
Constructor Summary
Constructors Constructor Description Fields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IfNullMeta.Fieldsclone()StringgetFieldName()StringgetReplaceMask()StringgetReplaceValue()booleanisSetEmptyString()voidsetEmptyString(boolean setEmptyString)voidsetFieldName(String fieldName)voidsetReplaceMask(String replaceMask)voidsetReplaceValue(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)
-
isSetEmptyString
public boolean isSetEmptyString()
-
setEmptyString
public void setEmptyString(boolean setEmptyString)
-
clone
public IfNullMeta.Fields clone()
-
-