org.omg.dds
Class OwnershipQosPolicyKind

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

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

Generated from IDL enum "OwnershipQosPolicyKind".

Version:
generated at Mar 17, 2009 1:47:01 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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()
Overrides:
toString in class java.lang.Object