Class UtcT

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

    public final class UtcT
    extends java.lang.Object
    implements IDLEntity
    org/omg/TimeBase/UtcT.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      short inacchi  
      int inacclo  
      short tdf  
      long time  
    • Constructor Summary

      Constructors 
      Constructor Description
      UtcT()  
      UtcT​(long _time, int _inacclo, short _inacchi, short _tdf)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • time

        public long time
      • inacclo

        public int inacclo
      • inacchi

        public short inacchi
      • tdf

        public short tdf
    • Constructor Detail

      • UtcT

        public UtcT()
      • UtcT

        public UtcT​(long _time,
                    int _inacclo,
                    short _inacchi,
                    short _tdf)