-
- All Known Implementing Classes:
MOTableIndex
public interface MOTableIndexValidator
AMOTableIndexValidator
instance is able to validate an index value for compatibility with an index definition.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValidIndex(org.snmp4j.smi.OID index)
Checks whether an index OID is a valid index for this index definition or not.
-