org.omg.CosNotification
Class QoSError_code

java.lang.Object
  extended byorg.omg.CosNotification.QoSError_code
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class QoSError_code
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "QoSError_code"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _BAD_PROPERTY
           
static int _BAD_TYPE
           
static int _BAD_VALUE
           
static int _UNAVAILABLE_PROPERTY
           
static int _UNAVAILABLE_VALUE
           
static int _UNSUPPORTED_PROPERTY
           
static int _UNSUPPORTED_VALUE
           
static QoSError_code BAD_PROPERTY
           
static QoSError_code BAD_TYPE
           
static QoSError_code BAD_VALUE
           
static QoSError_code UNAVAILABLE_PROPERTY
           
static QoSError_code UNAVAILABLE_VALUE
           
static QoSError_code UNSUPPORTED_PROPERTY
           
static QoSError_code UNSUPPORTED_VALUE
           
 
Constructor Summary
protected QoSError_code(int i)
           
 
Method Summary
static QoSError_code from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_UNSUPPORTED_PROPERTY

public static final int _UNSUPPORTED_PROPERTY
See Also:
Constant Field Values

UNSUPPORTED_PROPERTY

public static final QoSError_code UNSUPPORTED_PROPERTY

_UNAVAILABLE_PROPERTY

public static final int _UNAVAILABLE_PROPERTY
See Also:
Constant Field Values

UNAVAILABLE_PROPERTY

public static final QoSError_code UNAVAILABLE_PROPERTY

_UNSUPPORTED_VALUE

public static final int _UNSUPPORTED_VALUE
See Also:
Constant Field Values

UNSUPPORTED_VALUE

public static final QoSError_code UNSUPPORTED_VALUE

_UNAVAILABLE_VALUE

public static final int _UNAVAILABLE_VALUE
See Also:
Constant Field Values

UNAVAILABLE_VALUE

public static final QoSError_code UNAVAILABLE_VALUE

_BAD_PROPERTY

public static final int _BAD_PROPERTY
See Also:
Constant Field Values

BAD_PROPERTY

public static final QoSError_code BAD_PROPERTY

_BAD_TYPE

public static final int _BAD_TYPE
See Also:
Constant Field Values

BAD_TYPE

public static final QoSError_code BAD_TYPE

_BAD_VALUE

public static final int _BAD_VALUE
See Also:
Constant Field Values

BAD_VALUE

public static final QoSError_code BAD_VALUE
Constructor Detail

QoSError_code

protected QoSError_code(int i)
Method Detail

value

public int value()

from_int

public static QoSError_code from_int(int value)