org.omg.CORBA
Class AttributeMode

java.lang.Object
  extended by org.omg.CORBA.AttributeMode
All Implemented Interfaces:
Serializable, IDLEntity

public class AttributeMode
extends Object
implements IDLEntity

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 value)
           
 
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 value)
Method Detail

value

public int value()

from_int

public static AttributeMode from_int(int value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.