Package org.omg.CORBA
Class AttributeMode
- java.lang.Object
-
- org.omg.CORBA.AttributeMode
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public class AttributeMode extends java.lang.Object implements IDLEntity
org/omg/CORBA/AttributeMode.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
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)
-
-