|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNotification.QoSError_code
public final class QoSError_code
This enumration contains all Error Code of the UnsupportedQoS exception UNSUPPORTED_PROPERTY This property is not supported by this implementation for this type of target object. UNAVAILABLE_PROPERTY This property cannot be set (to any value) in the current context. UNSUPPORTED_VALUE The value requested for this property is not supported by this implementation for this type of target object. A range of values which would be supported is returned. UNAVAILABLE_VALUE The value requested for this property is not supported in the current context. A range of values which would be supported is returned. BAD_PROPERTY This property name is unrecognized. The implementation knows nothing about it. BAD_TYPE The type supplied for the value of this property is incorrect. BAD_VALUE An illegal value is supplied for this property. A range of values which would be supported is returned.
Field Summary | |
---|---|
static int |
_BAD_PROPERTY
Enum member BAD_PROPERTY value |
static int |
_BAD_TYPE
Enum member BAD_TYPE value |
static int |
_BAD_VALUE
Enum member BAD_VALUE value |
static int |
_UNAVAILABLE_PROPERTY
Enum member UNAVAILABLE_PROPERTY value |
static int |
_UNAVAILABLE_VALUE
Enum member UNAVAILABLE_VALUE value |
static int |
_UNSUPPORTED_PROPERTY
Enum member UNSUPPORTED_PROPERTY value |
static int |
_UNSUPPORTED_VALUE
Enum member UNSUPPORTED_VALUE value |
static QoSError_code |
BAD_PROPERTY
Enum member BAD_PROPERTY |
static QoSError_code |
BAD_TYPE
Enum member BAD_TYPE |
static QoSError_code |
BAD_VALUE
Enum member BAD_VALUE |
static QoSError_code |
UNAVAILABLE_PROPERTY
Enum member UNAVAILABLE_PROPERTY |
static QoSError_code |
UNAVAILABLE_VALUE
Enum member UNAVAILABLE_VALUE |
static QoSError_code |
UNSUPPORTED_PROPERTY
Enum member UNSUPPORTED_PROPERTY |
static QoSError_code |
UNSUPPORTED_VALUE
Enum member UNSUPPORTED_VALUE |
Method Summary | |
---|---|
static QoSError_code |
from_int(int value)
Return a enum member from its value. |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public int value()
public static QoSError_code from_int(int value)
value
- An enum value
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |