Interface ITargetDefinition

All Known Implementing Classes:
TargetDefinition

public interface ITargetDefinition
This interface describes a target definition for a data rule.
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the source field name that will produce the value for this data rule.
    This method returns the attribute for which the rule can provide a value.
  • Method Details

    • getTargetAttribute

      AttributeReference getTargetAttribute()
      This method returns the attribute for which the rule can provide a value.
      Returns:
      the attribute for which the rule can provide a value, never null.
    • getSourceFieldName

      String getSourceFieldName()
      This method returns the source field name that will produce the value for this data rule.
      Returns:
      the name of the source field, never null.