Class CopyStep

  • All Implemented Interfaces:
    Step

    public class CopyStep
    extends Object
    implements Step
    Copy from source to destination
    Since:
    2.1.0
    Author:
    henrichen
    • Field Detail

      • instance

        public static final Step instance
    • Constructor Detail

      • CopyStep

        public CopyStep()
    • Method Detail

      • next

        public Object next​(SCell cell)
        Description copied from interface: Step
        Return next value of this step sequence per the source cell.
        Specified by:
        next in interface Step
        Parameters:
        cell - the source cell for filling
        Returns:
        next value of this step per the source cell
      • getDataType

        public int getDataType()
        Description copied from interface: Step
        Returns the data type of this Step.
        Specified by:
        getDataType in interface Step
        Returns:
        the data type of this Step.