Uses of Interface
org.snmp4j.agent.mo.snmp.smi.ValueConstraint

Packages that use ValueConstraint
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
static int DisplayString.validateDisplayString(org.snmp4j.smi.Variable displayString, ValueConstraint sizeContraints)
          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
 interface Constraints
          The Constraints interface describes a collection of SNMP value range constraints.
 

Classes in org.snmp4j.agent.mo.snmp.smi that implement ValueConstraint
 class ConstraintsImpl
          The ConstraintsImpl 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
          The EnumerationConstraint class checks an Integer32 value to match a set of (enumerated) values or a OctetString value to match a set of bit values for the BITS SMI type.
 

Methods in org.snmp4j.agent.mo.snmp.smi that return ValueConstraint
 ValueConstraint ValueConstraintValidator.getValueConstraint()
           
 

Constructors in org.snmp4j.agent.mo.snmp.smi with parameters of type ValueConstraint
ValueConstraintValidator(ValueConstraint valueConstraint)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.