
net.ulrice.databinding.modelaccess.IFDynamicModelValueAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ulrice-databinding Show documentation
Show all versions of ulrice-databinding Show documentation
Ulrice-Databinding is a databinding-extension for Ulrice
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