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