org.broadleafcommerce.vendor.usps.service.type
Class USPSContainerShapeType
java.lang.Object
org.broadleafcommerce.common.vendor.service.type.ContainerShapeType
org.broadleafcommerce.vendor.usps.service.type.USPSContainerShapeType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class USPSContainerShapeType
- extends org.broadleafcommerce.common.vendor.service.type.ContainerShapeType
An extendible enumeration of container shape types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class org.broadleafcommerce.common.vendor.service.type.ContainerShapeType |
equals, getFriendlyType, getInstance, getType, hashCode |
RECTANGULAR
public static final USPSContainerShapeType RECTANGULAR
NONRECTANGULAR
public static final USPSContainerShapeType NONRECTANGULAR
VARIABLE
public static final USPSContainerShapeType VARIABLE
FLATRATEBOX
public static final USPSContainerShapeType FLATRATEBOX
FLATRATEENVELOPE
public static final USPSContainerShapeType FLATRATEENVELOPE
LGFLATRATEBOX
public static final USPSContainerShapeType LGFLATRATEBOX
USPSContainerShapeType
public USPSContainerShapeType()
USPSContainerShapeType
public USPSContainerShapeType(String type,
String friendlyType)
Copyright © 2012. All Rights Reserved.