org.snmp4j.agent.mo.snmp.smi |
|
Java Source File Name | Type | Comment |
Constraint.java | Class | A Constraint instance constraints the co-domain of a long value
(signed 64bit). |
Constraints.java | Interface | The Constraints interface describes a collection of SNMP value
range constraints. |
ConstraintsImpl.java | Class | 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. |
EnumerationConstraint.java | Class | The EnumerationConstraint class checks an Integer32
value to match a set of (enumerated) values. |
ValueConstraint.java | Interface | A ValueConstraint instance validates the value ranges of a
SNMP value to match a certain constraint. |
ValueConstraintValidator.java | Class | A ValueConstraintValidator adapts a
ValueConstraint as
MOValueValidationListener . |