hp.telephony.media
Class IntRange

java.lang.Object
  extended byhp.telephony.media.IntRange

public class IntRange
extends Object

Some Resources have attributes and/or parameters that use this range type.

Since:
OCMP 2.0

Field Summary
 int lower
          Field containing the lower bound.
 int upper
          Field containing the upper bound.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower

public int lower
Field containing the lower bound.


upper

public int upper
Field containing the upper bound.