Methods Summary |
---|
public org.omg.CORBA.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 org.omg.CORBA.TCKind | discriminator_kind()Returns the TCKind object associated with the discriminator of this union.
|
public org.omg.CORBA.DynAny | member()Returns a DynAny object reference that is used in order to insert/get
a member of this union.
|
public org.omg.CORBA.TCKind | member_kind()Returns the TCKind associated with the member of this union.
|
public java.lang.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(java.lang.String arg)Allows for the assignment of the name of this union member.
|
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.
|