Uses of Interface
org.snmp4j.agent.mo.snmp.smi.ValueConstraint
Packages that use ValueConstraint
-
Uses of ValueConstraint in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type ValueConstraintModifier and TypeMethodDescriptionstatic int
DisplayString.validateDisplayString
(org.snmp4j.smi.Variable displayString, ValueConstraint sizeConstraints) Validates a variable as a DisplayString OCTET STRING. -
Uses of ValueConstraint in org.snmp4j.agent.mo.snmp.smi
Subinterfaces of ValueConstraint in org.snmp4j.agent.mo.snmp.smiModifier and TypeInterfaceDescriptioninterface
TheConstraints
interface describes a collection of SNMP value range constraints.Classes in org.snmp4j.agent.mo.snmp.smi that implement ValueConstraintModifier and TypeClassDescriptionclass
TheConstraintsImpl
class represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.class
TheEnumerationConstraint
class checks anInteger32
value to match a set of (enumerated) values or aOctetString
value to match a set of bit values for the BITS SMI type.Methods in org.snmp4j.agent.mo.snmp.smi that return ValueConstraintConstructors in org.snmp4j.agent.mo.snmp.smi with parameters of type ValueConstraint