1 7 13 14 package org.omg.CORBA; 15 16 20 public final class ValueMember implements org.omg.CORBA.portable.IDLEntity { 21 22 24 29 public String name; 30 31 36 public String id; 37 38 43 public String defined_in; 44 45 49 public String version; 50 51 55 public org.omg.CORBA.TypeCode type; 56 57 62 public org.omg.CORBA.IDLType type_def; 63 64 69 public short access; 70 72 75 public ValueMember() { } 76 77 94 public ValueMember(String __name, String __id, String __defined_in, String __version, org.omg.CORBA.TypeCode __type, org.omg.CORBA.IDLType __type_def, short __access) { 95 name = __name; 96 id = __id; 97 defined_in = __defined_in; 98 version = __version; 99 type = __type; 100 type_def = __type_def; 101 access = __access; 102 } 103 } 104 | Popular Tags |