Uses of Interface
net.percederberg.mibble.type.Constraint

Packages that use Constraint
net.percederberg.mibble.type   
 

Uses of Constraint in net.percederberg.mibble.type
 

Classes in net.percederberg.mibble.type that implement Constraint
 class CompoundConstraint
          A compound MIB type constraint.
 class SizeConstraint
          A MIB type size constraint.
 class ValueConstraint
          A MIB type value constraint.
 class ValueRangeConstraint
          A MIB type value range constraint.
 

Constructors in net.percederberg.mibble.type with parameters of type Constraint
SizeConstraint(Constraint values)
          Creates a new size constraint.
SequenceOfType(MibType base, Constraint constraint)
          Creates a new sequence of a MIB type.
CompoundConstraint(Constraint first, Constraint second)
          Creates a new compound constraint.
BitSetType(Constraint constraint)
          Creates a new bit set MIB type.
StringType(Constraint constraint)
          Creates a new string MIB type.
IntegerType(Constraint constraint)
          Creates a new integer MIB type.
TypeReference(FileLocation location, MibContext context, java.lang.String name, Constraint constraint)
          Creates a new type reference.