public class RestrictionType extends java.lang.Object implements java.io.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(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static RestrictionType |
getInstance(java.lang.String type) |
java.lang.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 RestrictionType()
public RestrictionType(java.lang.String type,
java.lang.String friendlyType)
public static RestrictionType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.