org.omg.CORBA

Class AttributeMode

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

Field Summary

static AttributeMode
ATTR_NORMAL
static AttributeMode
ATTR_READONLY
static int
_ATTR_NORMAL
static int
_ATTR_READONLY

Constructor Summary

AttributeMode(int i)

Method Summary

static AttributeMode
from_int(int value)
int
value()

Field Details

ATTR_NORMAL

public static final AttributeMode ATTR_NORMAL


ATTR_READONLY

public static final AttributeMode ATTR_READONLY


_ATTR_NORMAL

public static final int _ATTR_NORMAL

Field Value:
0


_ATTR_READONLY

public static final int _ATTR_READONLY

Field Value:
1

Constructor Details

AttributeMode

protected AttributeMode(int i)

Method Details

from_int

public static AttributeMode from_int(int value)


value

public int value()