All Packages Class Hierarchy This Package Previous Next Index
#pragma prefix "omg.org/CORBA"
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.
#pragma prefix "omg.org/CORBA/AttributeDef" readonly attribute TypeCode type;
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;
public abstract IDLType type_def()
Reader for attribute: ::CORBA::AttributeDef::type_def.
#pragma prefix "omg.org/CORBA/AttributeDef" attribute ::CORBA::IDLType type_def;
public abstract void mode(AttributeMode mode)
Writer for attribute: ::CORBA::AttributeDef::mode.
#pragma prefix "omg.org/CORBA/AttributeDef" attribute ::CORBA::AttributeMode 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