Uses of Class
atg.projects.store.order.purchase.CheckoutProgressStates.DEFAULT_STATES

Packages that use CheckoutProgressStates.DEFAULT_STATES
atg.projects.store.order.purchase   
 

Uses of CheckoutProgressStates.DEFAULT_STATES in atg.projects.store.order.purchase
 

Methods in atg.projects.store.order.purchase that return CheckoutProgressStates.DEFAULT_STATES
static CheckoutProgressStates.DEFAULT_STATES CheckoutProgressStates.DEFAULT_STATES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CheckoutProgressStates.DEFAULT_STATES[] CheckoutProgressStates.DEFAULT_STATES.values()
          Returns an array containing the constants of this enum type, in the order they are declared.