org.omg.dds
Class ReliabilityQosPolicyKind

java.lang.Object
  extended by org.omg.dds.ReliabilityQosPolicyKind
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL enum "ReliabilityQosPolicyKind".

Version:
generated at Sep 14, 2010 11:02:12 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _BEST_EFFORT_RELIABILITY_QOS
           
static int _RELIABLE_RELIABILITY_QOS
           
static ReliabilityQosPolicyKind BEST_EFFORT_RELIABILITY_QOS
           
static ReliabilityQosPolicyKind RELIABLE_RELIABILITY_QOS
           
 
Constructor Summary
protected ReliabilityQosPolicyKind(int i)
           
 
Method Summary
static ReliabilityQosPolicyKind from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_BEST_EFFORT_RELIABILITY_QOS

public static final int _BEST_EFFORT_RELIABILITY_QOS
See Also:
Constant Field Values

BEST_EFFORT_RELIABILITY_QOS

public static final ReliabilityQosPolicyKind BEST_EFFORT_RELIABILITY_QOS

_RELIABLE_RELIABILITY_QOS

public static final int _RELIABLE_RELIABILITY_QOS
See Also:
Constant Field Values

RELIABLE_RELIABILITY_QOS

public static final ReliabilityQosPolicyKind RELIABLE_RELIABILITY_QOS
Constructor Detail

ReliabilityQosPolicyKind

protected ReliabilityQosPolicyKind(int i)
Method Detail

value

public int value()

from_int

public static ReliabilityQosPolicyKind from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object