public class ContextType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
AdminSecurityContext,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static ContextType |
CATALOG |
static ContextType |
GLOBAL |
static ContextType |
SITE |
static ContextType |
TEMPLATE |
| Constructor and Description |
|---|
ContextType() |
ContextType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static ContextType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final ContextType GLOBAL
public static final ContextType SITE
public static final ContextType CATALOG
public static final ContextType TEMPLATE
public ContextType()
public ContextType(java.lang.String type,
java.lang.String friendlyType)
public static ContextType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.