Module org.snmp4j.agent
Package org.snmp4j.agent.mo.snmp.smi
-
Interface Summary Interface Description Constraints TheConstraintsinterface describes a collection of SNMP value range constraints.ValueConstraint AValueConstraintinstance validates the value ranges of a SNMP value to match a certain constraint. -
Class Summary Class Description Constraint AConstraintinstance constraints the co-domain of a long value (signed 64bit).ConstraintsImpl TheConstraintsImplclass represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.EnumerationConstraint TheEnumerationConstraintclass checks anInteger32value to match a set of (enumerated) values or aOctetStringvalue to match a set of bit values for the BITS SMI type.ValueConstraintValidator