|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.data.sc.StringConverterSupport
com.ricebridge.data.sc.TypeStringConverter
com.ricebridge.data.sc.BooleanStringConverter
Handle boolean textual representations.
| Field Summary | |
protected static Boolean |
sStandardDefault
Default value object. |
| Fields inherited from class com.ricebridge.data.sc.TypeStringConverter |
iDefault |
| Constructor Summary | |
BooleanStringConverter()
Create a converter with standard default sStandardDefault. |
|
BooleanStringConverter(boolean pDefault)
Create a converter with specific native default. |
|
BooleanStringConverter(Boolean pDefault)
Create a converter with specific wrapper object default. |
|
| Method Summary | |
protected String |
getTypeName()
Name of Java native type. |
protected Object |
makeTypeObjectImpl(String pValue,
boolean pUseDefault)
Type specific subclasses handle parsing. |
| Methods inherited from class com.ricebridge.data.sc.TypeStringConverter |
makeDefaultObjectImpl, makeDefaultStringImpl, makeObjectImpl, makeStringImpl, makeTypeStringImpl, setDefault |
| Methods inherited from class com.ricebridge.data.sc.StringConverterSupport |
makeDefaultObject, makeDefaultString, makeObject, makeString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static Boolean sStandardDefault
| Constructor Detail |
public BooleanStringConverter()
sStandardDefault.
public BooleanStringConverter(boolean pDefault)
pDefault - default native valuepublic BooleanStringConverter(Boolean pDefault)
pDefault - default wrapper object value| Method Detail |
protected String getTypeName()
TypeStringConverter
getTypeName in class TypeStringConverter
protected Object makeTypeObjectImpl(String pValue,
boolean pUseDefault)
throws Exception
TypeStringConverter
makeTypeObjectImpl in class TypeStringConverterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||