|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.util.convertor.NullStringConvertor | +--org.scopemvc.util.convertor.BooleanStringConvertor
String convertor for type java.util.Date
.
Constructor Summary | |
BooleanStringConvertor()
|
Method Summary | |
java.lang.Object |
stringAsValue(java.lang.String inString)
TODO: document the method |
java.lang.String |
valueAsString(java.lang.Object inValue)
TODO: document the method |
Methods inherited from class org.scopemvc.util.convertor.NullStringConvertor |
getNullAsString, isNull, setNullAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanStringConvertor()
Method Detail |
public java.lang.String valueAsString(java.lang.Object inValue) throws java.lang.IllegalArgumentException
inValue
- TODO: Describe the Parameter
java.lang.IllegalArgumentException
- TODO: Describe the Exceptionpublic java.lang.Object stringAsValue(java.lang.String inString) throws java.lang.IllegalArgumentException
inString
- TODO: Describe the Parameter
java.lang.IllegalArgumentException
- TODO: Describe the Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |