VisiBroker for Java

org.omg.CORBA
Interface AttributeDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
AttributeDef

public interface AttributeDefOperations
extends ContainedOperations

This interface is used to represent an interface attribute that is stored in the Interface Repository. This interface provides methods for setting and obtaining the attribute's mode, and type.


Method Summary
 AttributeMode mode()
          The mode of the attribute.
 void mode(AttributeMode arg0)
          The mode of the attribute.
 IDLType type_def()
          The IDLType of this object.
 void type_def(IDLType arg0)
          The IDLType of this object.
 TypeCode type()
           
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

mode

AttributeMode mode()
The mode of the attribute. It might be either AttributeMode ATTR_READONLY for read-only attributes or AttributeMode ATTR_NORMAL for read-write attributes


mode

void mode(AttributeMode arg0)
The mode of the attribute. It might be either AttributeMode ATTR_READONLY for read-only attributes or AttributeMode ATTR_NORMAL for read-write attributes


type_def

IDLType type_def()
The IDLType of this object.


type_def

void type_def(IDLType arg0)
The IDLType of this object.


type

TypeCode type()
Returns:
the TypeCode representing the attribute's type

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