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

org.geojsf.interfaces.model.with.EjbWithSld Maven / Gradle / Ivy

The newest version!
package org.geojsf.interfaces.model.with;

import org.geojsf.interfaces.model.sld.GeoJsfSld;
import org.geojsf.interfaces.model.sld.GeoJsfSldRule;
import org.geojsf.interfaces.model.sld.GeoJsfSldTemplate;

import net.sf.ahtutils.interfaces.model.graphic.UtilsGraphic;
import net.sf.ahtutils.interfaces.model.status.UtilsDescription;
import net.sf.ahtutils.interfaces.model.status.UtilsLang;
import net.sf.ahtutils.interfaces.model.status.UtilsStatus;
import net.sf.ahtutils.model.interfaces.with.EjbWithId;

public interface EjbWithSld ,
							GT extends UtilsStatus,
							GS extends UtilsStatus,
							TEMPLATE extends GeoJsfSldTemplate,
							TYPE extends UtilsStatus,
							SLD extends GeoJsfSld,
							RULE extends GeoJsfSldRule>
						extends EjbWithId
{
	SLD getSld();
	void setSld(SLD sld);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy