org.omg.dds
Class PresentationQosPolicyAccessScopeKind

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

public final class PresentationQosPolicyAccessScopeKind
extends Object
implements IDLEntity

Generated from IDL enum "PresentationQosPolicyAccessScopeKind".

Version:
generated at 03-Nov-2015 12:23:59
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
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
           
 
Constructor Summary
protected PresentationQosPolicyAccessScopeKind(int i)
           
 
Method Summary
static PresentationQosPolicyAccessScopeKind from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_INSTANCE_PRESENTATION_QOS

public static final int _INSTANCE_PRESENTATION_QOS
See Also:
Constant Field Values

INSTANCE_PRESENTATION_QOS

public static final PresentationQosPolicyAccessScopeKind INSTANCE_PRESENTATION_QOS

_TOPIC_PRESENTATION_QOS

public static final int _TOPIC_PRESENTATION_QOS
See Also:
Constant Field Values

TOPIC_PRESENTATION_QOS

public static final PresentationQosPolicyAccessScopeKind TOPIC_PRESENTATION_QOS

_GROUP_PRESENTATION_QOS

public static final int _GROUP_PRESENTATION_QOS
See Also:
Constant Field Values

GROUP_PRESENTATION_QOS

public static final PresentationQosPolicyAccessScopeKind GROUP_PRESENTATION_QOS
Constructor Detail

PresentationQosPolicyAccessScopeKind

protected PresentationQosPolicyAccessScopeKind(int i)
Method Detail

value

public int value()

from_int

public static PresentationQosPolicyAccessScopeKind from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.