org.omg.CosPropertyService
Class ExceptionReason
java.lang.Object
org.omg.CosPropertyService.ExceptionReason
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ExceptionReason
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "ExceptionReason".
- Version:
- generated at Mar 12, 2011 4:11:30 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_invalid_property_name
public static final int _invalid_property_name
- See Also:
- Constant Field Values
invalid_property_name
public static final ExceptionReason invalid_property_name
_conflicting_property
public static final int _conflicting_property
- See Also:
- Constant Field Values
conflicting_property
public static final ExceptionReason conflicting_property
_property_not_found
public static final int _property_not_found
- See Also:
- Constant Field Values
property_not_found
public static final ExceptionReason property_not_found
_unsupported_type_code
public static final int _unsupported_type_code
- See Also:
- Constant Field Values
unsupported_type_code
public static final ExceptionReason unsupported_type_code
_unsupported_property
public static final int _unsupported_property
- See Also:
- Constant Field Values
unsupported_property
public static final ExceptionReason unsupported_property
_unsupported_mode
public static final int _unsupported_mode
- See Also:
- Constant Field Values
unsupported_mode
public static final ExceptionReason unsupported_mode
_fixed_property
public static final int _fixed_property
- See Also:
- Constant Field Values
fixed_property
public static final ExceptionReason fixed_property
_read_only_property
public static final int _read_only_property
- See Also:
- Constant Field Values
read_only_property
public static final ExceptionReason read_only_property
ExceptionReason
protected ExceptionReason(int i)
value
public int value()
from_int
public static ExceptionReason from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object