org.broadleafcommerce.vendor.usps.service.type
Class USPSContainerShapeType

java.lang.Object
  extended by org.broadleafcommerce.common.vendor.service.type.ContainerShapeType
      extended by 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

Field Summary
static USPSContainerShapeType FLATRATEBOX
           
static USPSContainerShapeType FLATRATEENVELOPE
           
static USPSContainerShapeType LGFLATRATEBOX
           
static USPSContainerShapeType NONRECTANGULAR
           
static USPSContainerShapeType RECTANGULAR
           
static USPSContainerShapeType VARIABLE
           
 
Constructor Summary
USPSContainerShapeType()
           
USPSContainerShapeType(String type, String friendlyType)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.vendor.service.type.ContainerShapeType
equals, getFriendlyType, getInstance, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

USPSContainerShapeType

public USPSContainerShapeType()

USPSContainerShapeType

public USPSContainerShapeType(String type,
                              String friendlyType)


Copyright © 2012. All Rights Reserved.