1 /* $Id: ProtocolMetaOperandDef.java,v 1.2 2004/05/20 14:23:52 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 import java.rmi.RemoteException ;4 5 /** Protocol meta operand.6 */7 public interface ProtocolMetaOperandDef extends ProtocolOperDef {8 /** Returns identifier in the operand */9 public String name() throws RemoteException ;10 }11