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

Quick Search    Search Deep

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

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

public static class ObjectUtil.ColorConversionFunction
extends ObjectUtil.BaseConversionFunction


Constructor Summary
ObjectUtil.ColorConversionFunction()
           
 
Method Summary
 java.lang.String getValue(org.w3c.dom.Element element, java.lang.String attribute)
          get a value
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil.ColorConversionFunction

public ObjectUtil.ColorConversionFunction()
Method Detail

getValue

public java.lang.String getValue(org.w3c.dom.Element element,
                                 java.lang.String attribute)
Description copied from interface: ObjectUtil.IConversionFunction
get a value

Specified by:
getValue in interface ObjectUtil.IConversionFunction
Overrides:
getValue in class ObjectUtil.BaseConversionFunction

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