Class FieldRemappings.Directive

java.lang.Object
com.pervasive.datarush.types.FieldRemappings.Directive
Enclosing class:
FieldRemappings

public static class FieldRemappings.Directive extends Object
A mapping directive to be applied to a source field.
  • Method Details

    • getSourceName

      public String getSourceName()
      Get the name of the field in the source record.
      Returns:
      the source name of the field
    • getTargetName

      public String getTargetName()
      Get the name of the field in the target record.
      Returns:
      the target name of the field
    • toString

      public String toString()
      Overrides:
      toString in class Object