org.omg.dds
Class LivelinessQosPolicyKind

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

public final class LivelinessQosPolicyKind
extends Object
implements IDLEntity

Generated from IDL enum "LivelinessQosPolicyKind".

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

Field Summary
static int _AUTOMATIC_LIVELINESS_QOS
           
static int _MANUAL_BY_PARTICIPANT_LIVELINESS_QOS
           
static int _MANUAL_BY_TOPIC_LIVELINESS_QOS
           
static LivelinessQosPolicyKind AUTOMATIC_LIVELINESS_QOS
           
static LivelinessQosPolicyKind MANUAL_BY_PARTICIPANT_LIVELINESS_QOS
           
static LivelinessQosPolicyKind MANUAL_BY_TOPIC_LIVELINESS_QOS
           
 
Constructor Summary
protected LivelinessQosPolicyKind(int i)
           
 
Method Summary
static LivelinessQosPolicyKind 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

_AUTOMATIC_LIVELINESS_QOS

public static final int _AUTOMATIC_LIVELINESS_QOS
See Also:
Constant Field Values

AUTOMATIC_LIVELINESS_QOS

public static final LivelinessQosPolicyKind AUTOMATIC_LIVELINESS_QOS

_MANUAL_BY_PARTICIPANT_LIVELINESS_QOS

public static final int _MANUAL_BY_PARTICIPANT_LIVELINESS_QOS
See Also:
Constant Field Values

MANUAL_BY_PARTICIPANT_LIVELINESS_QOS

public static final LivelinessQosPolicyKind MANUAL_BY_PARTICIPANT_LIVELINESS_QOS

_MANUAL_BY_TOPIC_LIVELINESS_QOS

public static final int _MANUAL_BY_TOPIC_LIVELINESS_QOS
See Also:
Constant Field Values

MANUAL_BY_TOPIC_LIVELINESS_QOS

public static final LivelinessQosPolicyKind MANUAL_BY_TOPIC_LIVELINESS_QOS
Constructor Detail

LivelinessQosPolicyKind

protected LivelinessQosPolicyKind(int i)
Method Detail

value

public int value()

from_int

public static LivelinessQosPolicyKind from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.