public class MenuItemType extends Object implements 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
Copyright © 2015. All rights reserved.