All Packages Class Hierarchy This Package Previous Next Index
interface AttributeDef : ::CORBA::Contained { readonly attribute TypeCode type; attribute ::CORBA::IDLType type_def; attribute ::CORBA::AttributeMode mode; };
Reader for attribute: ::CORBA::AttributeDef::mode.
Writer for attribute: ::CORBA::AttributeDef::mode.
Reader for attribute: ::CORBA::AttributeDef::type.
Reader for attribute: ::CORBA::AttributeDef::type_def.
Writer for attribute: ::CORBA::AttributeDef::type_def.
public abstract TypeCode type()
Reader for attribute: ::CORBA::AttributeDef::type.
readonly attribute TypeCode type;
public abstract void type_def(IDLType type_def)
Writer for attribute: ::CORBA::AttributeDef::type_def.
attribute ::CORBA::IDLType type_def;
public abstract IDLType type_def()
Reader for attribute: ::CORBA::AttributeDef::type_def.
attribute ::CORBA::IDLType type_def;
public abstract void mode(AttributeMode mode)
Writer for attribute: ::CORBA::AttributeDef::mode.
attribute ::CORBA::AttributeMode mode;
public abstract AttributeMode mode()
Reader for attribute: ::CORBA::AttributeDef::mode.
attribute ::CORBA::AttributeMode mode;
All Packages Class Hierarchy This Package Previous Next Index