All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.AttributeDefOperations

public interface AttributeDefOperations
extends ContainedOperations

IDL definition:
interface AttributeDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute ::CORBA::AttributeMode mode;
};


Method Index

 o mode()

Reader for attribute: ::CORBA::AttributeDef::mode.

 o mode(AttributeMode)

Writer for attribute: ::CORBA::AttributeDef::mode.

 o type()

Reader for attribute: ::CORBA::AttributeDef::type.

 o type_def()

Reader for attribute: ::CORBA::AttributeDef::type_def.

 o type_def(IDLType)

Writer for attribute: ::CORBA::AttributeDef::type_def.

Methods

 o type
 public abstract TypeCode type()

Reader for attribute: ::CORBA::AttributeDef::type.

readonly attribute TypeCode type;

 o type_def
 public abstract void type_def(IDLType type_def)

Writer for attribute: ::CORBA::AttributeDef::type_def.

attribute ::CORBA::IDLType type_def;

 o type_def
 public abstract IDLType type_def()

Reader for attribute: ::CORBA::AttributeDef::type_def.

attribute ::CORBA::IDLType type_def;

 o mode
 public abstract void mode(AttributeMode mode)

Writer for attribute: ::CORBA::AttributeDef::mode.

attribute ::CORBA::AttributeMode mode;

 o mode
 public abstract AttributeMode mode()

Reader for attribute: ::CORBA::AttributeDef::mode.

attribute ::CORBA::AttributeMode mode;


All Packages  Class Hierarchy  This Package  Previous  Next  Index