org.broadleafcommerce.vendor.usps.service.type
Class USPSContainerSizeType
java.lang.Object
org.broadleafcommerce.profile.vendor.service.type.ContainerSizeType
org.broadleafcommerce.vendor.usps.service.type.USPSContainerSizeType
- All Implemented Interfaces:
- java.io.Serializable, BroadleafEnumerationType
public class USPSContainerSizeType
- extends ContainerSizeType
An extendible enumeration of container size types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
REGULAR
public static final USPSContainerSizeType REGULAR
LARGE
public static final USPSContainerSizeType LARGE
OVERSIZE
public static final USPSContainerSizeType OVERSIZE
USPSContainerSizeType
public USPSContainerSizeType()
USPSContainerSizeType
public USPSContainerSizeType(java.lang.String type,
java.lang.String friendlyType)
Copyright © 2012. All Rights Reserved.