Class TargetDefinition

java.lang.Object
com.aquima.interactions.rule.impl.datarule.TargetDefinition
All Implemented Interfaces:
ITargetDefinition

public class TargetDefinition extends Object implements ITargetDefinition
This class holds the target definition of a datarule model.
Since:
8.3
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getTargetAttribute

      public AttributeReference getTargetAttribute()
      Description copied from interface: ITargetDefinition
      This method returns the attribute for which the rule can provide a value.
      Specified by:
      getTargetAttribute in interface ITargetDefinition
      Returns:
      the attribute for which the rule can provide a value, never null.
    • getSourceFieldName

      public String getSourceFieldName()
      Description copied from interface: ITargetDefinition
      This method returns the source field name that will produce the value for this data rule.
      Specified by:
      getSourceFieldName in interface ITargetDefinition
      Returns:
      the name of the source field, never null.