org.omg.CosNotification

Class QoSError_code

public final class QoSError_code extends Object implements IDLEntity

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 QoSError_codeBAD_PROPERTY
Enum member BAD_PROPERTY
static QoSError_codeBAD_TYPE
Enum member BAD_TYPE
static QoSError_codeBAD_VALUE
Enum member BAD_VALUE
static QoSError_codeUNAVAILABLE_PROPERTY
Enum member UNAVAILABLE_PROPERTY
static QoSError_codeUNAVAILABLE_VALUE
Enum member UNAVAILABLE_VALUE
static QoSError_codeUNSUPPORTED_PROPERTY
Enum member UNSUPPORTED_PROPERTY
static QoSError_codeUNSUPPORTED_VALUE
Enum member UNSUPPORTED_VALUE
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
Method Summary
static QoSError_codefrom_int(int value)
Return a enum member from its value.
ObjectreadResolve()
Maintains singleton property for serialized enums.
StringtoString()
Return a string representation
intvalue()
Return the internal member value

Field Detail

BAD_PROPERTY

public static final QoSError_code BAD_PROPERTY
Enum member BAD_PROPERTY

BAD_TYPE

public static final QoSError_code BAD_TYPE
Enum member BAD_TYPE

BAD_VALUE

public static final QoSError_code BAD_VALUE
Enum member BAD_VALUE

UNAVAILABLE_PROPERTY

public static final QoSError_code UNAVAILABLE_PROPERTY
Enum member UNAVAILABLE_PROPERTY

UNAVAILABLE_VALUE

public static final QoSError_code UNAVAILABLE_VALUE
Enum member UNAVAILABLE_VALUE

UNSUPPORTED_PROPERTY

public static final QoSError_code UNSUPPORTED_PROPERTY
Enum member UNSUPPORTED_PROPERTY

UNSUPPORTED_VALUE

public static final QoSError_code UNSUPPORTED_VALUE
Enum member UNSUPPORTED_VALUE

_BAD_PROPERTY

public static final int _BAD_PROPERTY
Enum member BAD_PROPERTY value

_BAD_TYPE

public static final int _BAD_TYPE
Enum member BAD_TYPE value

_BAD_VALUE

public static final int _BAD_VALUE
Enum member BAD_VALUE value

_UNAVAILABLE_PROPERTY

public static final int _UNAVAILABLE_PROPERTY
Enum member UNAVAILABLE_PROPERTY value

_UNAVAILABLE_VALUE

public static final int _UNAVAILABLE_VALUE
Enum member UNAVAILABLE_VALUE value

_UNSUPPORTED_PROPERTY

public static final int _UNSUPPORTED_PROPERTY
Enum member UNSUPPORTED_PROPERTY value

_UNSUPPORTED_VALUE

public static final int _UNSUPPORTED_VALUE
Enum member UNSUPPORTED_VALUE value

Method Detail

from_int

public static QoSError_code from_int(int value)
Return a enum member from its value.

Parameters: value An enum value

Returns: An enum member

readResolve

public Object readResolve()
Maintains singleton property for serialized enums. Issue 4271: IDL/Java issue, Mapping for IDL enum.

toString

public String toString()
Return a string representation

Returns: a string representation of the enumeration

value

public int value()
Return the internal member value

Returns: the member value