public class MenuItemType extends Object implements org.broadleafcommerce.common.BroadleafEnumerationType, Serializable
| Modifier and Type | Field and Description |
|---|---|
static MenuItemType |
CATEGORY |
static MenuItemType |
CUSTOM |
static MenuItemType |
LINK |
static MenuItemType |
PAGE |
static MenuItemType |
PRODUCT |
static MenuItemType |
SUBMENU |
| Constructor and Description |
|---|
MenuItemType() |
MenuItemType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static MenuItemType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final MenuItemType LINK
public static final MenuItemType CATEGORY
public static final MenuItemType PAGE
public static final MenuItemType SUBMENU
public static final MenuItemType PRODUCT
public static final MenuItemType CUSTOM
public static MenuItemType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2023. All rights reserved.