org.oddjob.beancmpr.matchables
Interface ValuePairIterable.ValuePair<T>

Type Parameters:
T -
Enclosing class:
ValuePairIterable<T>

public static interface ValuePairIterable.ValuePair<T>

Provide a container object for the values.


Method Summary
 String getPropertyName()
           
 T getValueX()
           
 T getValueY()
           
 

Method Detail

getPropertyName

String getPropertyName()

getValueX

T getValueX()

getValueY

T getValueY()


Copyright © 2013. All Rights Reserved.