All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.ConstantDef

public interface ConstantDef
extends Contained

IDL definition:
interface ConstantDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute any value;
};


Method Index

 o type()

Reader for attribute: ::CORBA::ConstantDef::type.

 o type_def()

Reader for attribute: ::CORBA::ConstantDef::type_def.

 o type_def(IDLType)

Writer for attribute: ::CORBA::ConstantDef::type_def.

 o value()

Reader for attribute: ::CORBA::ConstantDef::value.

 o value(Any)

Writer for attribute: ::CORBA::ConstantDef::value.

Methods

 o type
 public abstract TypeCode type()

Reader for attribute: ::CORBA::ConstantDef::type.

readonly attribute TypeCode type;

 o type_def
 public abstract void type_def(IDLType type_def)

Writer for attribute: ::CORBA::ConstantDef::type_def.

attribute ::CORBA::IDLType type_def;

 o type_def
 public abstract IDLType type_def()

Reader for attribute: ::CORBA::ConstantDef::type_def.

attribute ::CORBA::IDLType type_def;

 o value
 public abstract void value(Any value)

Writer for attribute: ::CORBA::ConstantDef::value.

attribute any value;

 o value
 public abstract Any value()

Reader for attribute: ::CORBA::ConstantDef::value.

attribute any value;


All Packages  Class Hierarchy  This Package  Previous  Next  Index