API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. DynUnion View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DynUnion
Subinterfaces
Description
@Deprecated
public interface DynUnion
  The DynUnion interface represents a DynAny object that is associated with an IDL union.
See also:   
Methods
Hide/Show inherited methods
public TCKind discriminator_kind ()
  Returns the TCKind object associated with the discriminator of this union.
public DynAny discriminator ()
  Returns a DynAny object reference that must be narrowed to the type of the discriminator in order to insert/get the discriminator value.
public TCKind member_kind ()
  Returns the TCKind associated with the member of this union.
public String member_name ()
  Allows for the inspection of the name of this union member without checking the value of the discriminator.
public void member_name (String arg)
  Allows for the assignment of the name of this union member.
public DynAny member ()
  Returns a DynAny object reference that is used in order to insert/get a member of this union.
public boolean set_as_default ()
  Determines whether the discriminator associated with this union has been assigned a valid default value.
public void set_as_default (boolean arg)
  Determines whether the discriminator associated with this union gets assigned a valid default value.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar