Uses of Interface
org.snmp4j.agent.mo.snmp.smi.ValueConstraint
-
Packages that use ValueConstraint Package Description org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp.smi -
-
Uses of ValueConstraint in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type ValueConstraint Modifier and Type Method Description static <V extends org.snmp4j.smi.Variable>
intDisplayString. validateDisplayString(V 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.smi Modifier and Type Interface Description interface
Constraints
TheConstraints
interface describes a collection of SNMP value range constraints.Classes in org.snmp4j.agent.mo.snmp.smi that implement ValueConstraint Modifier and Type Class Description class
ConstraintsImpl
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
EnumerationConstraint
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 ValueConstraint Modifier and Type Method Description ValueConstraint
ValueConstraintValidator. getValueConstraint()
Constructors in org.snmp4j.agent.mo.snmp.smi with parameters of type ValueConstraint Constructor Description ValueConstraintValidator(ValueConstraint valueConstraint)
-