Interface MOTableCellInfo


public interface MOTableCellInfo
The MOTableCellInfo interface provides information about a cell of a conceptual table.
Version:
1.0
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    org.snmp4j.smi.OID
    Gets the OID that uniquely identifies the cell instance.
    int
    Gets the column index of the cell's column.
    int
    Gets the column ID of the cell's column.
    org.snmp4j.smi.OID
    Returns the index of the cell's row.
  • Method Details

    • getIndex

      org.snmp4j.smi.OID getIndex()
      Returns the index of the cell's row.
      Returns:
      an OID representing the row's index.
    • getColumn

      int getColumn()
      Gets the column index of the cell's column.
      Returns:
      the zero-based index of the cell's column.
    • getColumnID

      int getColumnID()
      Gets the column ID of the cell's column.
      Returns:
      the column ID which is the last sub-identifier of the cell's column specification.
    • getCellOID

      org.snmp4j.smi.OID getCellOID()
      Gets the OID that uniquely identifies the cell instance.
      Returns:
      an OID