E
public class EnumMapper<E extends Enum<E>> extends Object implements Mapper<E>
EnumMapper
EnumMapper(Class<E> type)
String
getTextForValue(E value)
getValueForText(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumMapper(Class<E> type)
public E getValueForText(String text)
getValueForText
Mapper<E extends Enum<E>>
public String getTextForValue(E value)
getTextForValue
Copyright © 2012-2013. All Rights Reserved.