|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the built class.public interface StringBasedFactory<T>
The StringBasedFactory interface should be implemented by any factory
building T type instance from a given string.
| Method Summary | |
|---|---|
T |
createFromString(String code)
Create an instance of T-type object from string if code is null
or empty, T will have to be have an default status |
| Method Detail |
|---|
T createFromString(String code)
throws ParseException
T-type object from string if code is null
or empty, T will have to be have an default status
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||