1 7 13 14 package org.omg.CORBA; 15 16 19 public final class UnionMember implements org.omg.CORBA.portable.IDLEntity { 20 22 27 public String name; 28 29 34 public org.omg.CORBA.Any label; 35 36 41 public org.omg.CORBA.TypeCode type; 42 43 48 public org.omg.CORBA.IDLType type_def; 49 50 52 56 public UnionMember() { } 57 58 71 public UnionMember(String __name, org.omg.CORBA.Any __label, org.omg.CORBA.TypeCode __type, org.omg.CORBA.IDLType __type_def) { 72 name = __name; 73 label = __label; 74 type = __type; 75 type_def = __type_def; 76 } 77 } 78 | Popular Tags |