public class CheckoutSectionViewType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static CheckoutSectionViewType |
BILLING_INFO |
static CheckoutSectionViewType |
ORDER_INFO |
static CheckoutSectionViewType |
PAYMENT_INFO |
static CheckoutSectionViewType |
SHIPPING_INFO |
| Constructor and Description |
|---|
CheckoutSectionViewType() |
CheckoutSectionViewType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static CheckoutSectionViewType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final CheckoutSectionViewType ORDER_INFO
public static final CheckoutSectionViewType BILLING_INFO
public static final CheckoutSectionViewType SHIPPING_INFO
public static final CheckoutSectionViewType PAYMENT_INFO
public static CheckoutSectionViewType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.