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

org.geojsf.interfaces.model.sld.GeoJsfSldTemplate Maven / Gradle / Ivy

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

import net.sf.ahtutils.interfaces.model.behaviour.EjbSaveable;
import net.sf.ahtutils.interfaces.model.crud.EjbRemoveable;
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.interfaces.model.with.code.EjbWithCode;
import net.sf.ahtutils.model.interfaces.with.EjbWithDescription;
import net.sf.ahtutils.model.interfaces.with.EjbWithLang;

public interface GeoJsfSldTemplate,
						   TYPE extends UtilsStatus>
			extends EjbSaveable,EjbRemoveable,EjbWithCode,EjbWithLang,EjbWithDescription
{		
	TYPE getType();
	void setType(TYPE type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy