public class PayPalAddressStatusType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalAddressStatusType |
CONFIRMED |
static PayPalAddressStatusType |
NONE |
static PayPalAddressStatusType |
UNCONFIRMED |
| Constructor and Description |
|---|
PayPalAddressStatusType() |
PayPalAddressStatusType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalAddressStatusType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalAddressStatusType NONE
public static final PayPalAddressStatusType CONFIRMED
public static final PayPalAddressStatusType UNCONFIRMED
public static PayPalAddressStatusType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2016. All rights reserved.