public class EventOperationType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
Modifier and Type | Field and Description |
---|---|
static EventOperationType |
ADD |
static EventOperationType |
CLEAR |
static EventOperationType |
REMOVE |
Constructor and Description |
---|
EventOperationType() |
EventOperationType(String type,
String friendlyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static EventOperationType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final EventOperationType ADD
public static final EventOperationType REMOVE
public static final EventOperationType CLEAR
public static EventOperationType getInstance(String type)
public String getType()
getType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
public String getFriendlyType()
getFriendlyType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
Copyright © 2019. All rights reserved.