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

com.frameworkset.util.WrapperEditorInf Maven / Gradle / Ivy

Go to download

bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com

There is a newer version: 6.2.7
Show newest version
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