public class RuleType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static RuleType |
CUSTOMER |
static RuleType |
LOCALE |
static RuleType |
ORDER_ITEM |
static RuleType |
ORDER_ITEM_HISTORY |
static RuleType |
PRODUCT |
static RuleType |
REQUEST |
static RuleType |
TIME |
| Constructor and Description |
|---|
RuleType() |
RuleType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static RuleType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final RuleType CUSTOMER
public static final RuleType REQUEST
public static final RuleType TIME
public static final RuleType PRODUCT
public static final RuleType ORDER_ITEM
public static final RuleType LOCALE
public static final RuleType ORDER_ITEM_HISTORY
Copyright © 2014. All Rights Reserved.