org.proteios.props
Class NameReader
java.lang.Object
org.proteios.props.AbstractReader<String,Nameable>
org.proteios.props.NameReader
- All Implemented Interfaces:
- AttributeReader<String,Nameable>
public class NameReader
- extends AbstractReader<String,Nameable>
Reads the name of a nameable item
- Author:
- gregory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameReader
public NameReader()
getValue
public String getValue(Nameable obj)
- Specified by:
getValue in class AbstractReader<String,Nameable>