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