Class AbstractIteratingContainerBuilder<T extends AbstractIteratingActionContainer,​S extends AbstractIteratingContainerBuilder<T,​S>>

    • Constructor Detail

      • AbstractIteratingContainerBuilder

        public AbstractIteratingContainerBuilder()
    • Method Detail

      • condition

        public S condition​(String condition)
        Adds a condition to this iterate container.
        Parameters:
        condition -
        Returns:
      • condition

        public S condition​(IteratingConditionExpression condition)
        Adds a condition expression to this iterate container.
        Parameters:
        condition -
        Returns:
      • index

        public S index​(String name)
        Sets the index variable name.
        Parameters:
        name -
        Returns:
      • startsWith

        public S startsWith​(int index)
        Sets the index start value.
        Parameters:
        index -
        Returns:
      • getCondition

        public String getCondition()
        Gets the condition.
        Returns:
        the condition
      • getConditionExpression

        public IteratingConditionExpression getConditionExpression()
        Gets the condition.
        Returns:
        the conditionExpression
      • getIndexName

        public String getIndexName()
        Gets the indexName.
        Returns:
        the indexName
      • getIndex

        public int getIndex()
        Gets the index.
        Returns:
        the index
      • getStart

        public int getStart()
        Gets the start index.
        Returns: