1 5 6 package org.omg.CORBA; 7 8 public interface ArrayDefOperations extends org.omg.CORBA.IDLTypeOperations { 9 10 public int length(); 11 public void length(int length); 12 13 public org.omg.CORBA.TypeCode element_type(); 14 15 public org.omg.CORBA.IDLType element_type_def(); 16 public void element_type_def(org.omg.CORBA.IDLType element_type_def); 17 18 } 19 | Popular Tags |