com.googlecode.sarasvati.env
Class AbstractStringValueOfAttributeConverter

java.lang.Object
  extended by com.googlecode.sarasvati.env.AbstractStringValueOfAttributeConverter
All Implemented Interfaces:
AttributeConverter
Direct Known Subclasses:
BooleanAttributeConverter, ByteAttributeConverter, CharacterAttributeConverter, DoubleAttributeConverter, FloatAttributeConverter, IntegerAttributeConverter, LongAttributeConverter, ShortAttributeConverter

public abstract class AbstractStringValueOfAttributeConverter
extends Object
implements AttributeConverter


Constructor Summary
AbstractStringValueOfAttributeConverter()
           
 
Method Summary
 String objectToString(Object object)
          Converts the given object into string format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.sarasvati.env.AttributeConverter
stringToObject
 

Constructor Detail

AbstractStringValueOfAttributeConverter

public AbstractStringValueOfAttributeConverter()
Method Detail

objectToString

public String objectToString(Object object)
Description copied from interface: AttributeConverter
Converts the given object into string format.

Specified by:
objectToString in interface AttributeConverter
Parameters:
object - The object to converter
Returns:
The object in string format