All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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