com.ricebridge.data.sc
Class StringStringConverter
java.lang.Object
com.ricebridge.data.sc.StringConverterSupport
com.ricebridge.data.sc.TypeStringConverter
com.ricebridge.data.sc.StringStringConverter
- All Implemented Interfaces:
- StringConverter
- public class StringStringConverter
- extends TypeStringConverter
Handle String textual representations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sStandardDefault
protected static String sStandardDefault
- Default value object.
StringStringConverter
public StringStringConverter()
- Create a converter with standard default
sStandardDefault.
StringStringConverter
public StringStringConverter(String pDefault)
- Create a converter with specific native default.
- Parameters:
pDefault - default native value
getTypeName
protected String getTypeName()
- Description copied from class:
TypeStringConverter
- Name of Java native type.
- Specified by:
getTypeName in class TypeStringConverter
makeTypeObjectImpl
protected Object makeTypeObjectImpl(String pValue,
boolean pUseDefault)
- Description copied from class:
TypeStringConverter
- Type specific subclasses handle parsing.
- Specified by:
makeTypeObjectImpl in class TypeStringConverter
Copyright © 2003-2006 Ricebridge