org.omg.CORBA
Class UnionMember

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

public final class UnionMember
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 Any label
           
 String name
           
 TypeCode type
           
 IDLType type_def
           
 
Constructor Summary
UnionMember()
           
UnionMember(String name, Any label, TypeCode type, IDLType type_def)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

label

public Any label

type

public TypeCode type

type_def

public IDLType type_def
Constructor Detail

UnionMember

public UnionMember()

UnionMember

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.