package foundation.data.object; public interface IParamProvider { String getString(String name); }