Last update: 2011-06-23

org.proteios.props
Class NameReader

java.lang.Object
  extended by org.proteios.props.AbstractReader<String,Nameable>
      extended by 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

Constructor Summary
NameReader()
           
 
Method Summary
 String getValue(Nameable 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

NameReader

public NameReader()
Method Detail

getValue

public String getValue(Nameable obj)
Specified by:
getValue in class AbstractReader<String,Nameable>

Last update: 2011-06-23