Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mentawai.converter
Class IntegerConverter  view IntegerConverter download IntegerConverter.java

java.lang.Object
  extended byorg.mentawai.converter.BasicConverter
      extended byorg.mentawai.converter.IntegerConverter
All Implemented Interfaces:
Converter

public class IntegerConverter
extends BasicConverter


Constructor Summary
IntegerConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object value)
          Converts an object to another one.
 
Methods inherited from class org.mentawai.converter.BasicConverter
convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerConverter

public IntegerConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Object value)
                         throws ConversionException
Description copied from class: BasicConverter
Converts an object to another one. Implement this method with the convertion logic.

Specified by:
convert in class BasicConverter