Class IntervalT

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class IntervalT
    extends java.lang.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/omgapi/src/main/idl/TimeBase.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IntervalT()  
      IntervalT​(long _lower_bound, long _upper_bound)  
    • Method Summary

      • 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)