|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.CosPropertyService.ExceptionReason
Enum definition : ExceptionReason
| Field Summary | |
static int |
_conflicting_property
Enum member conflicting_property value |
static int |
_fixed_property
Enum member fixed_property value |
static int |
_invalid_property_name
Enum member invalid_property_name value |
static int |
_property_not_found
Enum member property_not_found value |
static int |
_read_only_property
Enum member read_only_property value |
static int |
_unsupported_mode
Enum member unsupported_mode value |
static int |
_unsupported_property
Enum member unsupported_property value |
static int |
_unsupported_type_code
Enum member unsupported_type_code value |
static ExceptionReason |
conflicting_property
Enum member conflicting_property |
static ExceptionReason |
fixed_property
Enum member fixed_property |
static ExceptionReason |
invalid_property_name
Enum member invalid_property_name |
static ExceptionReason |
property_not_found
Enum member property_not_found |
static ExceptionReason |
read_only_property
Enum member read_only_property |
static ExceptionReason |
unsupported_mode
Enum member unsupported_mode |
static ExceptionReason |
unsupported_property
Enum member unsupported_property |
static ExceptionReason |
unsupported_type_code
Enum member unsupported_type_code |
| Method Summary | |
static ExceptionReason |
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 _invalid_property_name
public static final ExceptionReason invalid_property_name
public static final int _conflicting_property
public static final ExceptionReason conflicting_property
public static final int _property_not_found
public static final ExceptionReason property_not_found
public static final int _unsupported_type_code
public static final ExceptionReason unsupported_type_code
public static final int _unsupported_property
public static final ExceptionReason unsupported_property
public static final int _unsupported_mode
public static final ExceptionReason unsupported_mode
public static final int _fixed_property
public static final ExceptionReason fixed_property
public static final int _read_only_property
public static final ExceptionReason read_only_property
| Method Detail |
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
public int value()
public static ExceptionReason from_int(int value)
an - enum valuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||