org.omg.dds
Class ReliabilityQosPolicyKind
java.lang.Object
org.omg.dds.ReliabilityQosPolicyKind
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class ReliabilityQosPolicyKind
- extends Object
- implements IDLEntity
Generated from IDL enum "ReliabilityQosPolicyKind".
- Version:
- generated at 03-Nov-2015 12:23:59
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
_BEST_EFFORT_RELIABILITY_QOS
public static final int _BEST_EFFORT_RELIABILITY_QOS
- See Also:
- Constant Field Values
BEST_EFFORT_RELIABILITY_QOS
public static final ReliabilityQosPolicyKind BEST_EFFORT_RELIABILITY_QOS
_RELIABLE_RELIABILITY_QOS
public static final int _RELIABLE_RELIABILITY_QOS
- See Also:
- Constant Field Values
RELIABLE_RELIABILITY_QOS
public static final ReliabilityQosPolicyKind RELIABLE_RELIABILITY_QOS
ReliabilityQosPolicyKind
protected ReliabilityQosPolicyKind(int i)
value
public int value()
from_int
public static ReliabilityQosPolicyKind from_int(int value)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 JacORB. All rights reserved.