net.sf.javaprinciples.data.property
Interface PropertySource<T,U>


public interface PropertySource<T,U>


Method Summary
 U getProperty(T input)
          Given the provided input return a value,
 

Method Detail

getProperty

U getProperty(T input)
Given the provided input return a value,

Parameters:
input - May be null.
Returns:
may be null if the input is null.


Copyright © 2013. All Rights Reserved.