package org.simantics.graph.query; import org.simantics.databoard.binding.Binding; public interface IDataTypeQuery { Binding getDataType(int id); }