public final class OwnershipQosPolicyKind extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_EXCLUSIVE_OWNERSHIP_QOS |
static int |
_SHARED_OWNERSHIP_QOS |
static OwnershipQosPolicyKind |
EXCLUSIVE_OWNERSHIP_QOS |
static OwnershipQosPolicyKind |
SHARED_OWNERSHIP_QOS |
Modifier | Constructor and Description |
---|---|
protected |
OwnershipQosPolicyKind(int i) |
Modifier and Type | Method and Description |
---|---|
static OwnershipQosPolicyKind |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _SHARED_OWNERSHIP_QOS
public static final OwnershipQosPolicyKind SHARED_OWNERSHIP_QOS
public static final int _EXCLUSIVE_OWNERSHIP_QOS
public static final OwnershipQosPolicyKind EXCLUSIVE_OWNERSHIP_QOS
public int value()
public static OwnershipQosPolicyKind from_int(int value)
Copyright © 2017 JacORB. All rights reserved.