
org.molgenis.catalog.CatalogItem Maven / Gradle / Ivy
The newest version!
package org.molgenis.catalog;
public interface CatalogItem
{
public String getId();
public String getName();
public String getDescription();
public String getCode();
public String getCodeSystem();
public Iterable getPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy