org.apache.camel.dataformat.bindy.format
Class FloatFormat
java.lang.Object
org.apache.camel.dataformat.bindy.format.FloatFormat
- All Implemented Interfaces:
- Format<Float>
public class FloatFormat
- extends Object
- implements Format<Float>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatFormat
public FloatFormat()
format
public String format(Float object)
throws Exception
- Description copied from interface:
Format
- Formats the object into a String
- Specified by:
format in interface Format<Float>
- Parameters:
object - the object
- Returns:
- formatted as a String
- Throws:
Exception - can be thrown
parse
public Float parse(String string)
throws Exception
- Description copied from interface:
Format
- Parses a String into an object
- Specified by:
parse in interface Format<Float>
- Parameters:
string - the string
- Returns:
- T the object
- Throws:
Exception - can be thrown
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.