org.powertac.common.xml
Class TariffSpecificationConverter

java.lang.Object
  extended by org.powertac.common.xml.TariffSpecificationConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter

public class TariffSpecificationConverter
extends Object
implements com.thoughtworks.xstream.converters.SingleValueConverter


Constructor Summary
TariffSpecificationConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object fromString(String id)
           
 String toString(Object tariffSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TariffSpecificationConverter

public TariffSpecificationConverter()
Method Detail

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher

fromString

public Object fromString(String id)
Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter

toString

public String toString(Object tariffSpec)
Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter


Copyright © 2012. All Rights Reserved.