All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.AttributeDef

public interface AttributeDef
extends Contained

IDL definition:
#pragma prefix "omg.org/CORBA"
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.

#pragma prefix "omg.org/CORBA/AttributeDef"
readonly attribute TypeCode type;

 o type_def
public abstract void type_def(IDLType type_def)

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

#pragma prefix "omg.org/CORBA/AttributeDef"
attribute ::CORBA::IDLType type_def;

 o type_def
public abstract IDLType type_def()

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

#pragma prefix "omg.org/CORBA/AttributeDef"
attribute ::CORBA::IDLType type_def;

 o mode
public abstract void mode(AttributeMode mode)

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

#pragma prefix "omg.org/CORBA/AttributeDef"
attribute ::CORBA::AttributeMode mode;

 o mode
public abstract AttributeMode mode()

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

#pragma prefix "omg.org/CORBA/AttributeDef"
attribute ::CORBA::AttributeMode mode;


All Packages  Class Hierarchy  This Package  Previous  Next  Index