Uses of Class
net.sf.javaprinciples.data.transformer.DiffResult.Difference

Packages that use DiffResult.Difference
net.sf.javaprinciples.data.transformer   
 

Uses of DiffResult.Difference in net.sf.javaprinciples.data.transformer
 

Methods in net.sf.javaprinciples.data.transformer that return DiffResult.Difference
 DiffResult.Difference DiffResult.getDifference(String field)
           
static DiffResult.Difference DiffResult.Difference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffResult.Difference[] DiffResult.Difference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.javaprinciples.data.transformer with parameters of type DiffResult.Difference
DiffResult(String field, DiffResult.Difference difference)
           
 



Copyright © 2013. All Rights Reserved.