org.omg.dds
Class HistoryQosPolicyKind

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

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

Generated from IDL definition of enum "HistoryQosPolicyKind"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _KEEP_ALL_HISTORY_QOS
           
static int _KEEP_LAST_HISTORY_QOS
           
static HistoryQosPolicyKind KEEP_ALL_HISTORY_QOS
           
static HistoryQosPolicyKind KEEP_LAST_HISTORY_QOS
           
 
Constructor Summary
protected HistoryQosPolicyKind(int i)
           
 
Method Summary
static HistoryQosPolicyKind 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

_KEEP_LAST_HISTORY_QOS

public static final int _KEEP_LAST_HISTORY_QOS
See Also:
Constant Field Values

KEEP_LAST_HISTORY_QOS

public static final HistoryQosPolicyKind KEEP_LAST_HISTORY_QOS

_KEEP_ALL_HISTORY_QOS

public static final int _KEEP_ALL_HISTORY_QOS
See Also:
Constant Field Values

KEEP_ALL_HISTORY_QOS

public static final HistoryQosPolicyKind KEEP_ALL_HISTORY_QOS
Constructor Detail

HistoryQosPolicyKind

protected HistoryQosPolicyKind(int i)
Method Detail

value

public int value()

from_int

public static HistoryQosPolicyKind from_int(int value)

toString

public java.lang.String toString()