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

Quick Search    Search Deep

com.arranger.jarl.util
Class ObjectUtil.TimeConversionFunction  view ObjectUtil.TimeConversionFunction download ObjectUtil.TimeConversionFunction.java

java.lang.Object
  extended bycom.arranger.jarl.util.ObjectUtil.BaseConversionFunction
      extended bycom.arranger.jarl.util.ObjectUtil.TimeConversionFunction
All Implemented Interfaces:
ObjectUtil.IConversionFunction
Enclosing class:
ObjectUtil

public static class ObjectUtil.TimeConversionFunction
extends ObjectUtil.BaseConversionFunction


Constructor Summary
ObjectUtil.TimeConversionFunction()
           
 
Method Summary
 void setField(java.lang.reflect.Field field, java.lang.String configData, java.lang.Object object)
          Sets the data member using reflection
 
Methods inherited from class com.arranger.jarl.util.ObjectUtil.BaseConversionFunction
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil.TimeConversionFunction

public ObjectUtil.TimeConversionFunction()
Method Detail

setField

public void setField(java.lang.reflect.Field field,
                     java.lang.String configData,
                     java.lang.Object object)
              throws java.lang.Exception
Description copied from interface: ObjectUtil.IConversionFunction
Sets the data member using reflection