package mil.nga.giat.geowave.core.store; public interface GenericFactory { public String getType(); public String getDescription(); }