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 Details

    • Field

      public Field()
  • Method Details

    • 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()
      Overrides:
      clone in class Object