Uses of Interface
com.elasticpath.domain.shipping.Region

Packages that use Region
com.elasticpath.domain.shipping   
com.elasticpath.domain.shipping.impl   
 

Uses of Region in com.elasticpath.domain.shipping
 

Methods in com.elasticpath.domain.shipping that return Region
 Region Region.fromString(java.lang.String regionStr)
          Return the Region from parsing the given string representation.
 

Uses of Region in com.elasticpath.domain.shipping.impl
 

Classes in com.elasticpath.domain.shipping.impl that implement Region
 class RegionImpl
          A Region represents a geography definition of an area.
 

Methods in com.elasticpath.domain.shipping.impl that return Region
 Region RegionImpl.fromString(java.lang.String regionStr)
          Return the Region from parsing the given string representation.