Class ContextType
java.lang.Object
org.broadleafcommerce.openadmin.server.service.type.ContextType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class ContextType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extensible enumeration for a Security Context Type.
- Author:
- elbertbautista
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextTypestatic final ContextTypestatic final ContextTypestatic final ContextType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ContextTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
GLOBAL
-
SITE
-
CATALOG
-
TEMPLATE
-
-
Constructor Details
-
ContextType
public ContextType() -
ContextType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-