Package com.sun.org.omg.CORBA
Class AttributeMode
- java.lang.Object
-
- com.sun.org.omg.CORBA.AttributeMode
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public class AttributeMode extends java.lang.Object implements IDLEntity
com/sun/org/omg/CORBA/AttributeMode.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDT- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static AttributeMode[]
__array
private static int
__size
private int
__value
static int
_ATTR_NORMAL
static int
_ATTR_READONLY
static AttributeMode
ATTR_NORMAL
static AttributeMode
ATTR_READONLY
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeMode(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeMode
from_int(int value)
int
value()
-
-
-
Field Detail
-
__value
private int __value
-
__size
private static int __size
-
__array
private static AttributeMode[] __array
-
_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
-
-
Method Detail
-
value
public int value()
-
from_int
public static AttributeMode from_int(int value)
-
-