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.Fields
clone()
String
getFieldName()
String
getReplaceMask()
String
getReplaceValue()
boolean
isSetEmptyString()
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)
-
isSetEmptyString
public boolean isSetEmptyString()
-
setEmptyString
public void setEmptyString(boolean setEmptyString)
-
clone
public IfNullMeta.Fields clone()
-
-