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

cz.vutbr.web.css.RuleImport Maven / Gradle / Ivy

package cz.vutbr.web.css;


/**
 * Contains imports associated with medias. Acts as collection
 * of associated medias
 * 
 * @author kapy
 */
@Deprecated
public interface RuleImport extends RuleBlock, PrettyOutput {
  
	/**
	 * Gets URI of import rule file
	 * @return URI of file to be imported
	 */
    public String getURI();

    /**
     * Sets URI of import rule
     * @param uri URI of file to be imported
     */
    public RuleImport setURI(String uri);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy