org.omg.CORBA
Interface ConstantDefOperations

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

public interface ConstantDefOperations
extends ContainedOperations


Method Summary
 IDLType type_def()
           
 void type_def(IDLType val)
           
 TypeCode type()
           
 Any value()
           
 void value(Any val)
           
 
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 val)

value

Any value()

value

void value(Any val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.