org.planx.msd
Interface Extractor<U,T,S>


public interface Extractor<U,T,S>

An Extractor is capable of extracting a label object T and a value object S from a specific input type U.


Method Summary
 T getLabel(U elm)
          Returns the label of the specified element.
 S getValue(U elm)
          Returns the value of the specified element.
 

Method Detail

getLabel

T getLabel(U elm)
Returns the label of the specified element.


getValue

S getValue(U elm)
Returns the value of the specified element.



Copyright © 2010. All Rights Reserved.