Class NullIfMeta.Field
- java.lang.Object
-
- org.pentaho.di.trans.steps.nullif.NullIfMeta.Field
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- NullIfMeta
public static class NullIfMeta.Field extends Object implements Cloneable
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullIfMeta.Fieldclone()StringgetFieldName()StringgetFieldValue()voidsetFieldName(String fieldName)voidsetFieldValue(String fieldValue)
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
- Returns:
- Returns the fieldName.
-
setFieldName
public void setFieldName(String fieldName)
- Parameters:
fieldName- The fieldName to set.
-
getFieldValue
public String getFieldValue()
- Returns:
- Returns the fieldValue.
-
setFieldValue
public void setFieldValue(String fieldValue)
- Parameters:
fieldValue- The fieldValue to set.
-
clone
public NullIfMeta.Field clone()
-
-