org.omg.dds
Class QosPolicyCount

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

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

Generated from IDL definition of struct "QosPolicyCount"

Author:
JacORB IDL compiler
See Also:
Serialized Form

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

Field Detail

policy_id

public int policy_id

count

public int count
Constructor Detail

QosPolicyCount

public QosPolicyCount()

QosPolicyCount

public QosPolicyCount(int policy_id,
                      int count)