1 5 6 21 22 package org.omg.CORBA; 23 24 public final class ConstantDescription implements 25 org.omg.CORBA.portable.IDLEntity { 26 27 public java.lang.String name; 28 public java.lang.String id; 29 public java.lang.String defined_in; 30 public java.lang.String version; 31 public org.omg.CORBA.TypeCode type; 32 public org.omg.CORBA.Any value; 33 34 public ConstantDescription() { 35 throw new org.omg.CORBA.NO_IMPLEMENT (); 36 } 37 38 39 public ConstantDescription(java.lang.String name, 40 java.lang.String id, 41 java.lang.String defined_in, 42 java.lang.String version, 43 org.omg.CORBA.TypeCode type, 44 org.omg.CORBA.Any value) { 45 46 throw new org.omg.CORBA.NO_IMPLEMENT (); 47 } 48 49 } 50 | Popular Tags |