org.omg.dds
Class Duration_t

java.lang.Object
  extended byorg.omg.dds.Duration_t
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "Duration_t"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int nanosec
           
 int sec
           
 
Constructor Summary
Duration_t()
           
Duration_t(int sec, int nanosec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sec

public int sec

nanosec

public int nanosec
Constructor Detail

Duration_t

public Duration_t()

Duration_t

public Duration_t(int sec,
                  int nanosec)