org.broadleafcommerce.vendor.usps.service.type
Class USPSContainerSizeType
java.lang.Object
org.broadleafcommerce.common.vendor.service.type.ContainerSizeType
org.broadleafcommerce.vendor.usps.service.type.USPSContainerSizeType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class USPSContainerSizeType
- extends org.broadleafcommerce.common.vendor.service.type.ContainerSizeType
An extendible enumeration of container size types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class org.broadleafcommerce.common.vendor.service.type.ContainerSizeType |
equals, getFriendlyType, getInstance, getType, hashCode |
REGULAR
public static final USPSContainerSizeType REGULAR
LARGE
public static final USPSContainerSizeType LARGE
OVERSIZE
public static final USPSContainerSizeType OVERSIZE
USPSContainerSizeType
public USPSContainerSizeType()
USPSContainerSizeType
public USPSContainerSizeType(String type,
String friendlyType)
Copyright © 2012. All Rights Reserved.