public enum ShippingServiceCodeType extends Enum<ShippingServiceCodeType>
| Enum Constant and Description |
|---|
CUSTOMCODE |
DOWNLOAD |
SHIPPINGMETHODEXPRESS |
SHIPPINGMETHODNEXTDAY |
SHIPPINGMETHODSTANDARD |
UPSGROUND |
UPSNDDAY |
UPSNEXTDAY |
UPSRDDAY |
USPSEXPRESSMAIL |
USPSFIRSTCLASS |
USPSGROUND |
USPSMEDIA |
USPSPARCEL |
USPSPRIORITY |
WILLCALLORPICKUP |
| Modifier and Type | Method and Description |
|---|---|
static ShippingServiceCodeType |
fromValue(String v) |
String |
getValue() |
static ShippingServiceCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShippingServiceCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShippingServiceCodeType UPSGROUND
public static final ShippingServiceCodeType UPSRDDAY
public static final ShippingServiceCodeType UPSNDDAY
public static final ShippingServiceCodeType UPSNEXTDAY
public static final ShippingServiceCodeType USPSPRIORITY
public static final ShippingServiceCodeType USPSPARCEL
public static final ShippingServiceCodeType USPSMEDIA
public static final ShippingServiceCodeType USPSFIRSTCLASS
public static final ShippingServiceCodeType SHIPPINGMETHODSTANDARD
public static final ShippingServiceCodeType SHIPPINGMETHODEXPRESS
public static final ShippingServiceCodeType SHIPPINGMETHODNEXTDAY
public static final ShippingServiceCodeType USPSEXPRESSMAIL
public static final ShippingServiceCodeType USPSGROUND
public static final ShippingServiceCodeType DOWNLOAD
public static final ShippingServiceCodeType WILLCALLORPICKUP
public static final ShippingServiceCodeType CUSTOMCODE
public static ShippingServiceCodeType[] values()
for (ShippingServiceCodeType c : ShippingServiceCodeType.values()) System.out.println(c);
public static ShippingServiceCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static ShippingServiceCodeType fromValue(String v)
Copyright © 2017. All Rights Reserved.