org.omg.CORBA
Interface UnionDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IDLTypeOperations, IRObjectOperations, TypedefDefOperations
All Known Subinterfaces:
UnionDef
All Known Implementing Classes:
_UnionDefStub

public interface UnionDefOperations
extends TypedefDefOperations, ContainerOperations


Method Summary
 boolean _OB_isForwardDcl()
           
 void _OB_setForwardDcl(boolean fwd_dcl)
           
 IDLType discriminator_type_def()
           
 void discriminator_type_def(IDLType val)
           
 TypeCode discriminator_type()
           
 UnionMember[] members()
           
 void members(UnionMember[] 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.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, create_interface, create_local_interface, create_module, create_native, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookup
 

Method Detail

discriminator_type

TypeCode discriminator_type()

discriminator_type_def

IDLType discriminator_type_def()

discriminator_type_def

void discriminator_type_def(IDLType val)

members

UnionMember[] members()

members

void members(UnionMember[] val)

_OB_isForwardDcl

boolean _OB_isForwardDcl()

_OB_setForwardDcl

void _OB_setForwardDcl(boolean fwd_dcl)


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