Package org.javarosa.core.model.utils
Class PreloadUtils
java.lang.Object
org.javarosa.core.model.utils.PreloadUtils
public class PreloadUtils extends Object
- Author:
- Clayton Sims
-
Constructor Summary
Constructors Constructor Description PreloadUtils() -
Method Summary
Modifier and Type Method Description static IAnswerDatawrapIndeterminedObject(Object o)Note: This method is a hack to fix the problem that we don't know what data type we're using when we have a preloader.
-
Constructor Details
-
PreloadUtils
public PreloadUtils()
-
-
Method Details
-
wrapIndeterminedObject
Note: This method is a hack to fix the problem that we don't know what data type we're using when we have a preloader. That should get fixed, and this method should be removed.- Parameters:
o-- Returns:
-