public class SystemPropertyFieldType extends Object implements BroadleafEnumerationType, Serializable
| Modifier and Type | Field and Description |
|---|---|
static SystemPropertyFieldType |
BOOLEAN_TYPE |
static SystemPropertyFieldType |
DOUBLE_TYPE |
static SystemPropertyFieldType |
INT_TYPE |
static SystemPropertyFieldType |
LONG_TYPE |
static SystemPropertyFieldType |
STRING_TYPE |
| Constructor and Description |
|---|
SystemPropertyFieldType() |
SystemPropertyFieldType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static SystemPropertyFieldType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final SystemPropertyFieldType INT_TYPE
public static final SystemPropertyFieldType LONG_TYPE
public static final SystemPropertyFieldType DOUBLE_TYPE
public static final SystemPropertyFieldType BOOLEAN_TYPE
public static final SystemPropertyFieldType STRING_TYPE
public static SystemPropertyFieldType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.