1 5 6 21 22 package org.omg.CORBA; 23 24 public final class ParameterDescription implements 25 org.omg.CORBA.portable.IDLEntity { 26 27 public java.lang.String name; 28 public org.omg.CORBA.TypeCode type; 29 public org.omg.CORBA.IDLType type_def; 30 public org.omg.CORBA.ParameterMode mode; 31 32 public ParameterDescription() { 33 throw new org.omg.CORBA.NO_IMPLEMENT (); 34 } 35 36 public ParameterDescription(java.lang.String name, 37 org.omg.CORBA.TypeCode type, 38 org.omg.CORBA.IDLType type_def, 39 org.omg.CORBA.ParameterMode mode) { 40 41 throw new org.omg.CORBA.NO_IMPLEMENT (); 42 } 43 } 44 | Popular Tags |