com.frameworkset.util.WrapperEditorInf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-util Show documentation
Show all versions of bboss-util Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
package com.frameworkset.util;
public interface WrapperEditorInf extends EditorInf
{
/**
* Gets the property value.
* @param fromValue
* @return The value of the property. Primitive types such as "int" will
* be wrapped as the corresponding object type such as "java.lang.Integer".
*/
T getValueFromObject(Object fromValue,Object oldvalue) ;
T getValueFromString(String fromValue,Object oldvalue);
String getStringValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy