org.chorem.pollen.bean
Class ChoiceHelper
java.lang.Object
org.chorem.pollen.bean.ChoiceHelper
public final class ChoiceHelper
- extends Object
Used to manage all objects from Choice inheritance tree depends
on ChoiceType.
Created: 30/03/12
- Since:
- 1.3
- Author:
- fdesbois
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toValue
public static Object toValue(Choice choice,
org.chorem.pollen.common.ChoiceType choiceType)
toValue
public static com.google.common.base.Function<Choice,Object> toValue(org.chorem.pollen.common.ChoiceType type)
toValues
public static Iterable<Object> toValues(Iterable<Choice> choices,
org.chorem.pollen.common.ChoiceType choiceType)
getValuePropertyName
public static String getValuePropertyName(org.chorem.pollen.common.ChoiceType choiceType)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.