org.omg.CosPropertyService
Class ExceptionReason

java.lang.Object
  extended by 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 Dec 2, 2008 2:43:27 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _conflicting_property
           
static int _fixed_property
           
static int _invalid_property_name
           
static int _property_not_found
           
static int _read_only_property
           
static int _unsupported_mode
           
static int _unsupported_property
           
static int _unsupported_type_code
           
static ExceptionReason conflicting_property
           
static ExceptionReason fixed_property
           
static ExceptionReason invalid_property_name
           
static ExceptionReason property_not_found
           
static ExceptionReason read_only_property
           
static ExceptionReason unsupported_mode
           
static ExceptionReason unsupported_property
           
static ExceptionReason unsupported_type_code
           
 
Constructor Summary
protected ExceptionReason(int i)
           
 
Method Summary
static ExceptionReason from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

ExceptionReason

protected ExceptionReason(int i)
Method Detail

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