VisiBroker for Java

org.omg.CORBA
Class UnionMember

java.lang.Object
  extended by org.omg.CORBA.UnionMember
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class UnionMember
extends java.lang.Object
implements IDLEntity

The UnionMember class describes a member of the union that is stored in the interface repository.

See Also:
Serialized Form

Field Summary
 Any label
          The label that is associated with this member.
 java.lang.String name
          The name of the union member.
 TypeCode type
          The union's typecode.
 IDLType type_def
          The union's IDL type.
 
Constructor Summary
UnionMember()
           
UnionMember(java.lang.String name, Any label, TypeCode type, IDLType type_def)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the union member.


label

public Any label
The label that is associated with this member.


type

public TypeCode type
The union's typecode.


type_def

public IDLType type_def
The union's IDL type.

Constructor Detail

UnionMember

public UnionMember()

UnionMember

public UnionMember(java.lang.String name,
                   Any label,
                   TypeCode type,
                   IDLType type_def)

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