Uses of Class
io.github.benas.easybatch.tutorials.products.Origin

Packages that use Origin
io.github.benas.easybatch.tutorials.products   
 

Uses of Origin in io.github.benas.easybatch.tutorials.products
 

Methods in io.github.benas.easybatch.tutorials.products that return Origin
 Origin OriginTypeConverter.convert(String value)
           
 Origin Product.getOrigin()
           
static Origin Origin.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Origin[] Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in io.github.benas.easybatch.tutorials.products with parameters of type Origin
 void Product.setOrigin(Origin origin)
           
 



Copyright © 2014. All Rights Reserved.