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 interfaceConstraintsTheConstraintsinterface describes a collection of SNMP value range constraints.Classes in org.snmp4j.agent.mo.snmp.smi that implement ValueConstraint Modifier and Type Class Description classConstraintsImplTheConstraintsImplclass represents a collection of constraints that are applied to a SNMP value in the order they have been added to this constraints collection.classEnumerationConstraintTheEnumerationConstraintclass 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 ValueConstraint Modifier and Type Method Description ValueConstraintValueConstraintValidator. getValueConstraint()Constructors in org.snmp4j.agent.mo.snmp.smi with parameters of type ValueConstraint Constructor Description ValueConstraintValidator(ValueConstraint valueConstraint)
-