VisiBroker for Java

org.omg.TimeBase
Class IntervalT

java.lang.Object
  extended by org.omg.TimeBase.IntervalT
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class IntervalT
extends java.lang.Object
implements IDLEntity

This structure holds a time interval represented as two TimeT values.

See Also:
Serialized Form

Field Summary
 long lower_bound
          Lower bound of the interval.
 long upper_bound
          Upper bound of the interval.
 
Constructor Summary
IntervalT()
           
IntervalT(long lower_bound, long upper_bound)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower_bound

public long lower_bound
Lower bound of the interval. Cannot be greater than upper_bound


upper_bound

public long upper_bound
Upper bound of the interval.

Constructor Detail

IntervalT

public IntervalT()

IntervalT

public IntervalT(long lower_bound,
                 long upper_bound)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online