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
This enumeration describes an attribute mode which can be
"normal" or "readonly".
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ATTR_NORMAL
public static final int _ATTR_NORMAL
ATTR_NORMAL
public static final AttributeMode ATTR_NORMAL
_ATTR_READONLY
public static final int _ATTR_READONLY
ATTR_READONLY
public static final AttributeMode ATTR_READONLY
value
public int value()
from_int
public static AttributeMode from_int(int value)