All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.ConstantDefOperations

public interface ConstantDefOperations
extends ContainedOperations

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

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

 o type_def
public abstract void type_def(IDLType type_def)

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

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

 o type_def
public abstract IDLType type_def()

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

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

 o value
public abstract void value(Any value)

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

#pragma prefix "omg.org/CORBA/ConstantDef"
attribute any value;

 o value
public abstract Any value()

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

#pragma prefix "omg.org/CORBA/ConstantDef"
attribute any value;


All Packages  Class Hierarchy  This Package  Previous  Next  Index