1 /* $Id: BindOperDef.java,v 1.1.1.1 2003/02/11 16:19:41 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 import java.rmi.RemoteException ;4 5 /** All bind operands extends this interface. */6 public interface BindOperDef extends TIRObject {7 /** Returns kind of the bind operand. */8 public BindOperKind get_bo_kind() throws RemoteException ;9 }10