Interface com.bdnm.mvc.ObjectReader
All Packages Class Hierarchy This Package Previous Next Index
Interface com.bdnm.mvc.ObjectReader
- public interface ObjectReader
- extends Object
When implemented, this interface allows the class
to convert from a String to an Object.
- See Also:
- ObjectPrinter
-
fromString(String)
- Converts a string to a generic object,
which will most likely need to be cast.
fromString
public abstract Object fromString(String stringRep)
- Converts a string to a generic object,
which will most likely need to be cast.
- Parameters:
- stringRep - the string to convert to
an object
- Returns:
- the converted object
All Packages Class Hierarchy This Package Previous Next Index