org.omg.CosNotification

Class QoSError_code

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

Field Summary

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
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

Constructor Summary

QoSError_code(int i)

Method Summary

static QoSError_code
from_int(int value)
int
value()

Field Details

BAD_PROPERTY

public static final QoSError_code BAD_PROPERTY


BAD_TYPE

public static final QoSError_code BAD_TYPE


BAD_VALUE

public static final QoSError_code BAD_VALUE


UNAVAILABLE_PROPERTY

public static final QoSError_code UNAVAILABLE_PROPERTY


UNAVAILABLE_VALUE

public static final QoSError_code UNAVAILABLE_VALUE


UNSUPPORTED_PROPERTY

public static final QoSError_code UNSUPPORTED_PROPERTY


UNSUPPORTED_VALUE

public static final QoSError_code UNSUPPORTED_VALUE


_BAD_PROPERTY

public static final int _BAD_PROPERTY

Field Value:
4


_BAD_TYPE

public static final int _BAD_TYPE

Field Value:
5


_BAD_VALUE

public static final int _BAD_VALUE

Field Value:
6


_UNAVAILABLE_PROPERTY

public static final int _UNAVAILABLE_PROPERTY

Field Value:
1


_UNAVAILABLE_VALUE

public static final int _UNAVAILABLE_VALUE

Field Value:
3


_UNSUPPORTED_PROPERTY

public static final int _UNSUPPORTED_PROPERTY

Field Value:
0


_UNSUPPORTED_VALUE

public static final int _UNSUPPORTED_VALUE

Field Value:
2

Constructor Details

QoSError_code

protected QoSError_code(int i)

Method Details

from_int

public static QoSError_code from_int(int value)


value

public int value()