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 <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.smiModifier and TypeInterfaceDescriptioninterfaceTheConstraintsinterface describes a collection of SNMP value range constraints.Classes in org.snmp4j.agent.mo.snmp.smi that implement ValueConstraintModifier and TypeClassDescriptionclassTheConstraintsImplclass represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.classTheEnumerationConstraintclass checks anInteger32value to match a set of (enumerated) values or aOctetStringvalue 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