org.springframework.binding.convert.converters
Class StringToLabeledEnum

java.lang.Object
  extended by org.springframework.binding.convert.converters.StringToObject
      extended by org.springframework.binding.convert.converters.StringToLabeledEnum
All Implemented Interfaces:
Converter, TwoWayConverter

public class StringToLabeledEnum
extends StringToObject

Converts from a textual representation to a LabeledEnum. The text should be the enum's label.

Author:
Keith Donald

Constructor Summary
StringToLabeledEnum()
           
 
Method Summary
 
Methods inherited from class org.springframework.binding.convert.converters.StringToObject
convertSourceToTargetClass, convertTargetToSourceClass, getSourceClass, getTargetClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToLabeledEnum

public StringToLabeledEnum()