Interface SnmpProxyIndexColumn<T>

Type Parameters:
T - specifies the value type of this index proxy column.
All Superinterfaces:
SnmpProxyColumn<T>, org.snmp4j.smi.SubIndexInfo
All Known Implementing Classes:
SnmpIndexColumn

public interface SnmpProxyIndexColumn<T> extends SnmpProxyColumn<T>, org.snmp4j.smi.SubIndexInfo
The SnmpProxyIndexColumn interface identifies index column proxy objects.
Author:
Frank Fock