public interface ValueManufacturer<T>
Modifier and Type | Method and Description |
---|---|
T |
createObject(java.lang.String string)
Creates an Object from String representation.
|
java.lang.String |
createString(T object)
Creates a String-representation of an object.
|
java.lang.Class<T> |
getCreatingClass()
Gets the class of objects this slave creates.
|
java.lang.Class<T> getCreatingClass()
T createObject(java.lang.String string)
string
- String representation of object.java.lang.String createString(T object)
object
- Object.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.