public class CreditAccountEventEnum extends Object implements org.broadleafcommerce.common.BroadleafEnumerationType, Serializable
Modifier and Type | Field and Description |
---|---|
static CreditAccountEventEnum |
CREATE |
static CreditAccountEventEnum |
CREDIT |
static CreditAccountEventEnum |
DEBIT |
static CreditAccountEventEnum |
REFUND |
static CreditAccountEventEnum |
VOID |
Constructor and Description |
---|
CreditAccountEventEnum() |
CreditAccountEventEnum(String type,
String friendlyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static CreditAccountEventEnum |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final CreditAccountEventEnum CREATE
public static final CreditAccountEventEnum CREDIT
public static final CreditAccountEventEnum DEBIT
public static final CreditAccountEventEnum REFUND
public static final CreditAccountEventEnum VOID
public static CreditAccountEventEnum 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.