org.omg.TimeBase
Class UtcT

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

public final class UtcT
extends Object
implements IDLEntity

org/omg/TimeBase/UtcT.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/TimeBase.idl Saturday, November 26, 2011 9:53:35 PM UTC

See Also:
Serialized Form

Field Summary
 short inacchi
           
 int inacclo
           
 short tdf
           
 long time
           
 
Constructor Summary
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)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.