Class Constraint

java.lang.Object
org.snmp4j.agent.mo.snmp.smi.Constraint

public class Constraint extends Object
A Constraint instance constraints the co-domain of a long value (signed 64bit).
Version:
1.0
Author:
Frank Fock
  • Constructor Details

    • Constraint

      public Constraint(long lowerBound, long upperBound)
  • Method Details

    • getLowerBound

      public long getLowerBound()
    • getUpperBound

      public long getUpperBound()