1 /*2 * ElementDescriptionCommand.java3 *4 * Created on 8. duben 2002, 23:235 */6 7 package SOFA.Connector.EEG.EEM;8 9 /**10 *11 * @author ghort12 * @version 13 */14 public class ElementDescriptionCommand {15 16 public SOFA.Connector.Property[] params;17 public String action;18 19 /** Creates new ElementDescriptionCommand */20 public ElementDescriptionCommand() {21 }22 23 }24