package at.acdp.urweb.rtde; import java.util.List; public class Command { CommandType type; List variables; }