1 /* $Id: BindType.java,v 1.2 2004/05/20 14:23:51 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 import java.rmi.RemoteException ;4 5 /** type of the bind element */6 public interface BindType extends TIRObject {7 /** returns kind of the type */8 public BindTypeKind get_bt_kind() throws RemoteException ;9 }10