fr.ifremer.isisfish.util
Class TimeUnitConverter

java.lang.Object
  extended by fr.ifremer.isisfish.util.TimeUnitConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class TimeUnitConverter
extends Object
implements org.apache.commons.beanutils.Converter

Classe utilise pour convertir une chaine en un objet TimeUnit. Utilisé pour la conversion et le stockage en propriete des parametres

Author:
poussin

Constructor Summary
TimeUnitConverter()
           
 
Method Summary
 Object convert(Class type, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeUnitConverter

public TimeUnitConverter()
Method Detail

convert

public Object convert(Class type,
                      Object value)
Specified by:
convert in interface org.apache.commons.beanutils.Converter


Copyright © 1999-2010 CodeLutin. All Rights Reserved.