public final class QoSError_code extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
QoSError_code(int i) |
Modifier and Type | Method and Description |
---|---|
static QoSError_code |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _UNSUPPORTED_PROPERTY
public static final QoSError_code UNSUPPORTED_PROPERTY
public static final int _UNAVAILABLE_PROPERTY
public static final QoSError_code UNAVAILABLE_PROPERTY
public static final int _UNSUPPORTED_VALUE
public static final QoSError_code UNSUPPORTED_VALUE
public static final int _UNAVAILABLE_VALUE
public static final QoSError_code UNAVAILABLE_VALUE
public static final int _BAD_PROPERTY
public static final QoSError_code BAD_PROPERTY
public static final int _BAD_TYPE
public static final QoSError_code BAD_TYPE
public static final int _BAD_VALUE
public static final QoSError_code BAD_VALUE
public int value()
public static QoSError_code from_int(int value)
Copyright © 2016 JacORB. All rights reserved.