public class RestrictionType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static RestrictionType |
BOOLEAN |
static RestrictionType |
CHARACTER |
static RestrictionType |
COLLECTION_SIZE_EQUAL |
static RestrictionType |
DATE |
static RestrictionType |
DECIMAL |
static RestrictionType |
IS_NULL_LONG |
static RestrictionType |
LONG |
static RestrictionType |
LONG_EQUAL |
static RestrictionType |
STRING_EQUAL |
static RestrictionType |
STRING_LIKE |
| Constructor and Description |
|---|
RestrictionType() |
RestrictionType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static RestrictionType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final RestrictionType STRING_LIKE
public static final RestrictionType BOOLEAN
public static final RestrictionType CHARACTER
public static final RestrictionType DATE
public static final RestrictionType DECIMAL
public static final RestrictionType LONG
public static final RestrictionType COLLECTION_SIZE_EQUAL
public static final RestrictionType IS_NULL_LONG
public static final RestrictionType STRING_EQUAL
public static final RestrictionType LONG_EQUAL
public static RestrictionType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2017. All rights reserved.