org.omg.dds
Class ReliabilityQosPolicyKind

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

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

Generated from IDL definition of enum "ReliabilityQosPolicyKind"

Author:
JacORB IDL compiler
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()