Uses of Class
com.blinksale.domain.Method

Packages that use Method
com.blinksale.domain BlinkSale domain layer. 
 

Uses of Method in com.blinksale.domain
 

Methods in com.blinksale.domain that return Method
 Method Payment.getPaymentMethod()
           
static Method Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Method[] Method.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.blinksale.domain with parameters of type Method
 void Payment.setPaymentMethod(Method paymentMethod)