com.ricebridge.xmlman.test
Class PerformanceTest.DateStringConverter

java.lang.Object
  extended bycom.ricebridge.data.sc.StringConverterSupport
      extended bycom.ricebridge.data.sc.DefaultStringConverter
          extended bycom.ricebridge.xmlman.test.PerformanceTest.DateStringConverter
All Implemented Interfaces:
StringConverter
Enclosing class:
PerformanceTest

public static class PerformanceTest.DateStringConverter
extends DefaultStringConverter


Constructor Summary
PerformanceTest.DateStringConverter()
           
 
Method Summary
protected  Object makeObjectImpl(String pString)
          Implement this method to create an object based on a textual representation.
protected  String makeStringImpl(Object pObject)
          Implement this method to produce a textual representation of an object.
 
Methods inherited from class com.ricebridge.data.sc.DefaultStringConverter
makeDefaultObjectImpl, makeDefaultStringImpl, makeObjectImpl, makeStringImpl
 
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
 

Constructor Detail

PerformanceTest.DateStringConverter

public PerformanceTest.DateStringConverter()
Method Detail

makeObjectImpl

protected Object makeObjectImpl(String pString)
                         throws Exception
Description copied from class: DefaultStringConverter
Implement this method to create an object based on a textual representation.

If an error occurs, just throw an Exception.

Specified by:
makeObjectImpl in class DefaultStringConverter
Parameters:
pString - textual representation
Throws:
Exception

makeStringImpl

protected String makeStringImpl(Object pObject)
Description copied from class: DefaultStringConverter
Implement this method to produce a textual representation of an object.

If an error occurs, just throw an Exception.

Specified by:
makeStringImpl in class DefaultStringConverter
Parameters:
pObject - object


Copyright © 2004-2005 Ricebridge