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

org.opencompare.api.java.Cell Maven / Gradle / Ivy

package org.opencompare.api.java;

public interface Cell extends PCMElement {

	String getContent();
	void setContent(String content);

	String getRawContent();
	void setRawContent(String content);
	
	Value getInterpretation();
	void setInterpretation(Value interpretation);

    Feature getFeature();
    void setFeature(Feature feature);

	Product getProduct();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy