org.snmp4j.agent.mo
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
 org.snmp4j.smi.OID getCellOID()
          Gets the OID that uniquely identifies the cell instance.
 int getColumn()
          Gets the column index of the cell's column.
 int getColumnID()
          Gets the column ID of the cell's column.
 org.snmp4j.smi.OID getIndex()
          Returns the index of the cell's row.
 

Method Detail

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

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.