org.omg.TimeBase
Class IntervalT

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

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

Generated from IDL definition of struct "IntervalT"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 long lower_bound
           
 long upper_bound
           
 
Constructor Summary
IntervalT()
           
IntervalT(long lower_bound, long upper_bound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower_bound

public long lower_bound

upper_bound

public long upper_bound
Constructor Detail

IntervalT

public IntervalT()

IntervalT

public IntervalT(long lower_bound,
                 long upper_bound)