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

net.ulrice.databinding.modelaccess.IFDynamicModelValueAccessor Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package net.ulrice.databinding.modelaccess;

/**
 * @author christof
 *
 */
public interface IFDynamicModelValueAccessor {
	

	Object getValue(Object root);
	
	
	void setValue(Object root, Object value);
	

    String getAttributeId();


	Class getModelType(Class rootType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy