org.omg.CORBA
Class AttributeMode

java.lang.Object
  extended byorg.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

Field Summary
static int _ATTR_NORMAL
           
static int _ATTR_READONLY
           
static AttributeMode ATTR_NORMAL
           
static AttributeMode ATTR_READONLY
           
 
Constructor Summary
protected AttributeMode(int i)
           
 
Method Summary
static AttributeMode from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

AttributeMode

protected AttributeMode(int i)
Method Detail

value

public int value()

from_int

public static AttributeMode from_int(int value)