public class BroadleafFormType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static BroadleafFormType |
BILLING_FORM |
static BroadleafFormType |
CUSTOMER_ADDRESS_FORM |
static BroadleafFormType |
SHIPPING_FORM |
| Constructor and Description |
|---|
BroadleafFormType() |
BroadleafFormType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static BroadleafFormType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final BroadleafFormType BILLING_FORM
public static final BroadleafFormType SHIPPING_FORM
public static final BroadleafFormType CUSTOMER_ADDRESS_FORM
public static BroadleafFormType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2018. All rights reserved.