package foundation.dao.bizlogic; public enum ResponseType { JSON, Stream, String; }