Interface MOMutableTableRow

    • Method Detail

      • setValue

        void setValue​(int column,
                      org.snmp4j.smi.Variable value)
        Sets the value of a column of this row.
        Parameters:
        column - the (zero-based) column index.
        value - the new value for the specified column. Implementations of this method may not check the value's type to match the columns type for performance reasons. Thus, the caller have to make sure that the type's match to avoid runtime exceptions later.
      • setBaseRow

        void setBaseRow​(MOTableRow baseRow)
        Description copied from interface: MOTableRow
        Sets the associated base row.
        Specified by:
        setBaseRow in interface MOTableRow
        Parameters:
        baseRow - the base row.