1 2 package SOFA.SOFAnode.Made.TIR; 3 import java.rmi.RemoteException ; 4 5 6 public interface BindOperProvReq extends BindOperDef { 7 8 public BindType[] elements() throws RemoteException ; 9 10 11 public BindTypeNormal add_bindtypenormal(String name) throws RemoteException , TIRExceptCreate; 12 13 public BindTypeArray add_bindtypearray(String name, ExprOperDef[] indexes) throws RemoteException , TIRExceptCreate; 14 } 15 | Popular Tags |