public final class PresentationQosPolicyAccessScopeKind extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_GROUP_PRESENTATION_QOS |
static int |
_INSTANCE_PRESENTATION_QOS |
static int |
_TOPIC_PRESENTATION_QOS |
static PresentationQosPolicyAccessScopeKind |
GROUP_PRESENTATION_QOS |
static PresentationQosPolicyAccessScopeKind |
INSTANCE_PRESENTATION_QOS |
static PresentationQosPolicyAccessScopeKind |
TOPIC_PRESENTATION_QOS |
Modifier | Constructor and Description |
---|---|
protected |
PresentationQosPolicyAccessScopeKind(int i) |
Modifier and Type | Method and Description |
---|---|
static PresentationQosPolicyAccessScopeKind |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _INSTANCE_PRESENTATION_QOS
public static final PresentationQosPolicyAccessScopeKind INSTANCE_PRESENTATION_QOS
public static final int _TOPIC_PRESENTATION_QOS
public static final PresentationQosPolicyAccessScopeKind TOPIC_PRESENTATION_QOS
public static final int _GROUP_PRESENTATION_QOS
public static final PresentationQosPolicyAccessScopeKind GROUP_PRESENTATION_QOS
protected PresentationQosPolicyAccessScopeKind(int i)
public int value()
public static PresentationQosPolicyAccessScopeKind from_int(int value)
Copyright © 2016 JacORB. All rights reserved.