Uses of Class
org.snmp4j.agent.mo.snmp.smi.Constraint
-
Packages that use Constraint Package Description org.snmp4j.agent.mo.snmp.smi -
-
Uses of Constraint in org.snmp4j.agent.mo.snmp.smi
Methods in org.snmp4j.agent.mo.snmp.smi that return Constraint Modifier and Type Method Description Constraint[]Constraints. getConstraints()Gets an array with the constraints in this collection ordered by insertion time.Constraint[]ConstraintsImpl. getConstraints()Methods in org.snmp4j.agent.mo.snmp.smi with parameters of type Constraint Modifier and Type Method Description voidConstraints. add(Constraint constraint)Adds a range constraint to the constraints collection.voidConstraintsImpl. add(Constraint sizeConstraint)voidConstraints. remove(Constraint constraint)Removes a constraint.voidConstraintsImpl. remove(Constraint sizeContraint)
-