org.omg.dds
Class OwnershipQosPolicyKind

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

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

Generated from IDL definition of enum "OwnershipQosPolicyKind"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _EXCLUSIVE_OWNERSHIP_QOS
           
static int _SHARED_OWNERSHIP_QOS
           
static OwnershipQosPolicyKind EXCLUSIVE_OWNERSHIP_QOS
           
static OwnershipQosPolicyKind SHARED_OWNERSHIP_QOS
           
 
Constructor Summary
protected OwnershipQosPolicyKind(int i)
           
 
Method Summary
static OwnershipQosPolicyKind 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

_SHARED_OWNERSHIP_QOS

public static final int _SHARED_OWNERSHIP_QOS
See Also:
Constant Field Values

SHARED_OWNERSHIP_QOS

public static final OwnershipQosPolicyKind SHARED_OWNERSHIP_QOS

_EXCLUSIVE_OWNERSHIP_QOS

public static final int _EXCLUSIVE_OWNERSHIP_QOS
See Also:
Constant Field Values

EXCLUSIVE_OWNERSHIP_QOS

public static final OwnershipQosPolicyKind EXCLUSIVE_OWNERSHIP_QOS
Constructor Detail

OwnershipQosPolicyKind

protected OwnershipQosPolicyKind(int i)
Method Detail

value

public int value()

from_int

public static OwnershipQosPolicyKind from_int(int value)

toString

public java.lang.String toString()