org.proteios.props
Class EnumReader
java.lang.Object
org.proteios.props.AbstractReader<String,Enum>
org.proteios.props.EnumReader
- All Implemented Interfaces:
- AttributeReader<String,Enum>
public class EnumReader
- extends AbstractReader<String,Enum>
- Author:
- gregory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumReader
public EnumReader()
getValue
protected String getValue(Enum obj)
- Specified by:
getValue in class AbstractReader<String,Enum>