org.omg.CORBA
Interface ConstantDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
ConstantDef

public interface ConstantDefOperations
extends ContainedOperations

Generated from IDL interface "ConstantDef".

Version:
generated at Mar 23, 2009 3:46:12 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 IDLType type_def()
           
 void type_def(IDLType arg)
           
 TypeCode type()
           
 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 Detail

type

TypeCode type()

type_def

IDLType type_def()

type_def

void type_def(IDLType arg)

value

Any value()

value

void value(Any arg)


Copyright © 2009. All Rights Reserved.