1 5 6 package org.omg.CORBA; 7 8 public interface UnionDefOperations extends org.omg.CORBA.TypedefDefOperations , 9 org.omg.CORBA.ContainerOperations { 10 11 public org.omg.CORBA.TypeCode discriminator_type(); 12 13 public org.omg.CORBA.IDLType discriminator_type_def(); 14 public void discriminator_type_def( 15 org.omg.CORBA.IDLType discriminator_type_def); 16 17 public org.omg.CORBA.UnionMember [] members(); 18 public void members(org.omg.CORBA.UnionMember [] members); 19 } 20 | Popular Tags |