Package org.snmp4j.agent.mo.snmp.smi


package org.snmp4j.agent.mo.snmp.smi
  • Class
    Description
    A Constraint instance constraints the co-domain of a long value (signed 64bit).
    The Constraints interface describes a collection of SNMP value range constraints.
    The ConstraintsImpl class represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.
    The EnumerationConstraint class checks an Integer32 value to match a set of (enumerated) values or a OctetString value to match a set of bit values for the BITS SMI type.
    A ValueConstraint instance validates the value ranges of a SNMP value to match a certain constraint.
    A ValueConstraintValidator adapts a ValueConstraint as MOValueValidationListener.