Interface SmiIndexInfo

All Superinterfaces:
org.snmp4j.smi.SubIndexInfo

public interface SmiIndexInfo extends org.snmp4j.smi.SubIndexInfo
The SmiIndexInfo interface represents the meta information of a SMI INDEX clause element which are relevant for converting an OID index value to an INDEX object and vice versa.
Since:
1.2 (Pro edition only)
Author:
Frank Fock
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the table entry object type definition that is index info is based on.

    Methods inherited from interface org.snmp4j.smi.SubIndexInfo

    getMaxLength, getMinLength, getSnmpSyntax, hasImpliedLength
  • Method Details

    • getTableEntry

      SmiObjectType getTableEntry()
      Gets the table entry object type definition that is index info is based on.
      Returns:
      the related OBJECT TYPE definition that contains this INDEX definition.