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