Class Iterate

  • All Implemented Interfaces:
    java.io.Serializable

    public class Iterate
    extends Step
    See Also:
    Serialized Form
    • Field Detail

      • type

        protected int type
      • key

        protected java.lang.String key
      • value

        protected java.lang.String value
    • Constructor Detail

      • Iterate

        public Iterate​(java.lang.String _key,
                       java.lang.String _value,
                       int _type)
    • Method Detail

      • toString

        public java.lang.String toString​(java.lang.String prefix)
        Description copied from class: Step
        returns a string representation of this atomic step
        Overrides:
        toString in class Step