Interface IRepeatContext


public interface IRepeatContext
Contains information of flow repeats
Since:
10.4
Author:
j.koehoorn
  • Method Details

    • getRepeatValue

      IPrimitiveValue getRepeatValue()
      Represents the value of the current iteration.
      Returns:
      The currently iterated value.
    • getPrimitiveTargetAttribute

      AttributeReference getPrimitiveTargetAttribute()
      The attribute that is to be used for storing primitive repeat values
      Returns:
      The reference of the target attribute.