1 8 9 10 11 package org.omg.CORBA; 12 13 14 15 public interface ValueMemberDefOperations extends 16 17 org.omg.CORBA.ContainedOperations { 18 19 20 21 public org.omg.CORBA.TypeCode type(); 22 23 24 25 public org.omg.CORBA.IDLType type_def(); 26 27 public void type_def(org.omg.CORBA.IDLType type_def); 28 29 30 31 public short access(); 32 33 public void access(short access); 34 35 36 37 } 38 39 | Popular Tags |