Uses of Class
org.springframework.batch.sample.domain.trade.CustomerOperation

Packages that use CustomerOperation
org.springframework.batch.sample.domain.trade   
 

Uses of CustomerOperation in org.springframework.batch.sample.domain.trade
 

Methods in org.springframework.batch.sample.domain.trade that return CustomerOperation
static CustomerOperation CustomerOperation.fromCode(char code)
           
 CustomerOperation CustomerUpdate.getOperation()
           
static CustomerOperation CustomerOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomerOperation[] CustomerOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.batch.sample.domain.trade with parameters of type CustomerOperation
CustomerUpdate(CustomerOperation operation, String customerName, BigDecimal credit)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.