package org.yakindu.sct.runtime.java.base; public interface IDataRepository { public DataType getDataType(String name); }