org.omg.CosPropertyService
Class PropertyModeType
java.lang.Object
org.omg.CosPropertyService.PropertyModeType
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class PropertyModeType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "PropertyModeType".
- Version:
- generated at Jan 1, 2011 11:43:06 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_normal
public static final int _normal
- See Also:
- Constant Field Values
normal
public static final PropertyModeType normal
_read_only
public static final int _read_only
- See Also:
- Constant Field Values
read_only
public static final PropertyModeType read_only
_fixed_normal
public static final int _fixed_normal
- See Also:
- Constant Field Values
fixed_normal
public static final PropertyModeType fixed_normal
_fixed_readonly
public static final int _fixed_readonly
- See Also:
- Constant Field Values
fixed_readonly
public static final PropertyModeType fixed_readonly
_undefined
public static final int _undefined
- See Also:
- Constant Field Values
undefined
public static final PropertyModeType undefined
PropertyModeType
protected PropertyModeType(int i)
value
public int value()
from_int
public static PropertyModeType from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object