org.snmp4j.agent.mo.snmp.smi
Class Constraint

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

public class Constraint
extends java.lang.Object

A Constraint instance constraints the co-domain of a long value (signed 64bit).

Version:
1.0
Author:
Frank Fock

Constructor Summary
Constraint(long lowerBound, long upperBound)
           
 
Method Summary
 long getLowerBound()
           
 long getUpperBound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constraint

public Constraint(long lowerBound,
                  long upperBound)
Method Detail

getLowerBound

public long getLowerBound()

getUpperBound

public long getUpperBound()

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.