package javax.baja.sys; public interface Action extends Slot { BValue getParameterDefault(); Type getParameterType(); Type getReturnType(); }