package foundation.action; public interface IState { public String getCode(); public String getName(); }