public interface MOTableCellInfo
MOTableCellInfo
interface provides information about a
cell of a conceptual table.Modifier and Type | Method and Description |
---|---|
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.
|
org.snmp4j.smi.OID getIndex()
int getColumn()
int getColumnID()
org.snmp4j.smi.OID getCellOID()
Copyright © 2017 SNMP4J.org. All rights reserved.