java.lang.Object
com.arranger.jarl.util.ObjectUtil.BaseConversionFunction
com.arranger.jarl.util.ObjectUtil.ColorConversionFunction
- All Implemented Interfaces:
- ObjectUtil.IConversionFunction
- Enclosing class:
- ObjectUtil
- public static class ObjectUtil.ColorConversionFunction
- extends ObjectUtil.BaseConversionFunction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtil.ColorConversionFunction
public ObjectUtil.ColorConversionFunction()
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