VisiBroker for Java

org.omg.CORBA
Interface UnionDefOperations

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

public interface UnionDefOperations
extends TypedefDefOperations, ContainerOperations

Represents a Union that is stored in the Interface Repository.


Method Summary
 IDLType discriminator_type_def()
          The list of members.
 void discriminator_type_def(IDLType arg0)
          The list of members.
 TypeCode discriminator_type()
           
 UnionMember[] members()
          The list of members.
 void members(UnionMember[] arg0)
          The list of members.
 
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

members

UnionMember[] members()
The list of members.


members

void members(UnionMember[] arg0)
The list of members.


discriminator_type_def

IDLType discriminator_type_def()
The list of members.


discriminator_type_def

void discriminator_type_def(IDLType arg0)
The list of members.


discriminator_type

TypeCode discriminator_type()
Returns:
the TypeCode of the discriminator for the Union

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online