org.omg.CORBA
Class AttributeMode
java.lang.Object
org.omg.CORBA.AttributeMode
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class AttributeMode
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of enum "AttributeMode"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ATTR_NORMAL
public static final int _ATTR_NORMAL
- See Also:
- Constant Field Values
ATTR_NORMAL
public static final AttributeMode ATTR_NORMAL
_ATTR_READONLY
public static final int _ATTR_READONLY
- See Also:
- Constant Field Values
ATTR_READONLY
public static final AttributeMode ATTR_READONLY
AttributeMode
protected AttributeMode(int i)
value
public int value()
from_int
public static AttributeMode from_int(int value)