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

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

package cz.vutbr.web.css;

/**
 * Holds integer value 
 * @author kapy
 *
 */
public interface TermInteger extends TermLength {
    
    public int getIntValue();
    
    public TermInteger setValue(int value);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy