- java.lang.Object
-
- org.snmp4j.agent.mo.snmp.smi.Constraint
-
public class Constraint extends java.lang.Object
AConstraint
instance constraints the co-domain of a long value (signed 64bit).- Version:
- 1.0
- Author:
- Frank Fock
-
-
Constructor Summary
Constructors Constructor Description Constraint(long lowerBound, long upperBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLowerBound()
long
getUpperBound()
-