org.omg.CORBA

Interface ConstantDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
Known Subinterfaces:
ConstantDef
Known Implementing Classes:
ConstantDef, ConstantDefPOA, ConstantDefPOATie, _ConstantDefStub

public interface ConstantDefOperations
extends ContainedOperations

Generated from IDL interface "ConstantDef"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

TypeCode
type()
IDLType
type_def()
void
type_def(IDLType arg)
Any
value()
void
value(Any arg)

Methods inherited from interface org.omg.CORBA.ContainedOperations

absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version

Methods inherited from interface org.omg.CORBA.IRObjectOperations

def_kind, destroy

Method Details

type

public TypeCode type()


type_def

public IDLType type_def()


type_def

public void type_def(IDLType arg)


value

public Any value()


value

public void value(Any arg)