
org.molgenis.catalog.CatalogFolder Maven / Gradle / Ivy
The newest version!
package org.molgenis.catalog;
import java.util.List;
public interface CatalogFolder
{
String getId();
String getName();
String getDescription();
List getChildren();
List getItems();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy