public enum UspsPredefinedPackages extends java.lang.Enum<UspsPredefinedPackages> implements PredefinedPackage
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
static UspsPredefinedPackages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UspsPredefinedPackages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UspsPredefinedPackages uspsFlatRateMapping
public static final UspsPredefinedPackages card
public static final UspsPredefinedPackages letter
public static final UspsPredefinedPackages flat
public static final UspsPredefinedPackages parcel
public static final UspsPredefinedPackages largeParcel
public static final UspsPredefinedPackages irregularParcel
public static final UspsPredefinedPackages flatRateEnvelope
public static final UspsPredefinedPackages flatRateLegalEnvelope
public static final UspsPredefinedPackages flatRatePaddedEnvelope
public static final UspsPredefinedPackages flatRateGiftCardEnvelope
public static final UspsPredefinedPackages flatRateWindowEnvelope
public static final UspsPredefinedPackages flatRateCardboardEnvelope
public static final UspsPredefinedPackages smallFlatRateEnvelope
public static final UspsPredefinedPackages smallFlatRateBox
public static final UspsPredefinedPackages mediumFlatRateBox
public static final UspsPredefinedPackages largeFlatRateBox
public static final UspsPredefinedPackages regionalRateBoxA
public static final UspsPredefinedPackages regionalRateBoxB
public static final UspsPredefinedPackages regionalRateBoxC
public static final UspsPredefinedPackages largeFlatRateBoardGameBox
public static UspsPredefinedPackages[] values()
for (UspsPredefinedPackages c : UspsPredefinedPackages.values()) System.out.println(c);
public static UspsPredefinedPackages valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getCode()
getCode in interface PredefinedPackage