1 5 6 21 22 package org.omg.CORBA.ContainerPackage; 23 24 public final class Description implements org.omg.CORBA.portable.IDLEntity { 25 26 public org.omg.CORBA.Contained contained_object; 27 public org.omg.CORBA.DefinitionKind kind; 28 public org.omg.CORBA.Any value; 29 30 public Description() { 31 throw new org.omg.CORBA.NO_IMPLEMENT (); 32 } 33 34 public Description(org.omg.CORBA.Contained contained_object, 35 org.omg.CORBA.DefinitionKind kind, 36 org.omg.CORBA.Any value) { 37 38 throw new org.omg.CORBA.NO_IMPLEMENT (); 39 } 40 } 41 | Popular Tags |