Class ColumnD2TimeAbs

    • Constructor Detail

      • ColumnD2TimeAbs

        public ColumnD2TimeAbs​(D2SD<?,​?> struct,
                               int columnIndex,
                               java.lang.String name)
    • Method Detail

      • fill

        public void fill​(java.util.Date value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(java.util.Date value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(D2TimeAbs value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(D2TimeAbs value)
        Fills column with given value
        Parameters:
        value -
      • getDataColumn

        public final sk.ipesoft.d2000.datatable.TimeColumn<?,​?,​?> getDataColumn()
      • replace

        public void replace​(java.util.Date toFind,
                            java.util.Date toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(java.util.Date toFind,
                            java.util.Date toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(D2TimeAbs toFind,
                            D2TimeAbs toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(D2TimeAbs toFind,
                            D2TimeAbs toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -