VisiBroker for Java

org.omg.CORBA
Class AttributeMode

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

public final class AttributeMode
extends java.lang.Object
implements IDLEntity

Defines modes for IDL attributes.

See Also:
Serialized Form

Field Summary
static int _ATTR_NORMAL
          This variable is an attribute definition as Normal (i.e.
static int _ATTR_READONLY
          This variable is an attribute definition as read-only.
static AttributeMode ATTR_NORMAL
          This variable is an attribute definition as Normal (i.e.
static AttributeMode ATTR_READONLY
          This variable is an attribute definition as read-only.
 
Method Summary
static AttributeMode from_int(int _vis_value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ATTR_NORMAL

public static final int _ATTR_NORMAL
This variable is an attribute definition as Normal (i.e. Read-Write attribute).

See Also:
Constant Field Values

_ATTR_READONLY

public static final int _ATTR_READONLY
This variable is an attribute definition as read-only.

See Also:
Constant Field Values

ATTR_NORMAL

public static final AttributeMode ATTR_NORMAL
This variable is an attribute definition as Normal (i.e. Read-Write attribute).


ATTR_READONLY

public static final AttributeMode ATTR_READONLY
This variable is an attribute definition as read-only.

Method Detail

value

public int value()

from_int

public static AttributeMode from_int(int _vis_value)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online