Last update: 2011-06-23

org.proteios.props
Class EnumReader

java.lang.Object
  extended by org.proteios.props.AbstractReader<String,Enum>
      extended by org.proteios.props.EnumReader
All Implemented Interfaces:
AttributeReader<String,Enum>

public class EnumReader
extends AbstractReader<String,Enum>

Author:
gregory

Constructor Summary
EnumReader()
           
 
Method Summary
protected  String getValue(Enum obj)
           
 
Methods inherited from class org.proteios.props.AbstractReader
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumReader

public EnumReader()
Method Detail

getValue

protected String getValue(Enum obj)
Specified by:
getValue in class AbstractReader<String,Enum>

Last update: 2011-06-23