Class IntervalT

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

public final class IntervalT extends Object implements IDLEntity
org/omg/TimeBase/IntervalT.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4-build/glassfish-corba-4.2.4/omgapi/src/main/idl/TimeBase.idl Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
See Also:
  • Field Details

    • lower_bound

      public long lower_bound
    • upper_bound

      public long upper_bound
  • Constructor Details

    • IntervalT

      public IntervalT()
    • IntervalT

      public IntervalT(long _lower_bound, long _upper_bound)