|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnionDefOperations
A UnionDef represents an OMG IDL union definition.
Method Summary | |
---|---|
IDLType |
discriminator_type_def()
The discriminator_type_def attribute identify the unions discriminator type. |
void |
discriminator_type_def(IDLType value)
The discriminator_type_def attribute identify the unions discriminator type. |
TypeCode |
discriminator_type()
The discriminator_type attribute describe the unions discriminator type. |
UnionMember[] |
members()
The members attribute contains a description of each union member. |
void |
members(UnionMember[] value)
The members attribute contains a description of each union member. |
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 |
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 |
---|
TypeCode discriminator_type()
IDLType discriminator_type_def()
void discriminator_type_def(IDLType value)
UnionMember[] members()
void members(UnionMember[] value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |