public class WebRequestDeviceType extends Object implements BroadleafEnumerationType, Serializable
| Modifier and Type | Field and Description |
|---|---|
static WebRequestDeviceType |
MOBILE |
static WebRequestDeviceType |
NORMAL |
static WebRequestDeviceType |
TABLET |
static WebRequestDeviceType |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFriendlyType() |
static WebRequestDeviceType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
String |
toString() |
public static final WebRequestDeviceType UNKNOWN
public static final WebRequestDeviceType NORMAL
public static final WebRequestDeviceType MOBILE
public static final WebRequestDeviceType TABLET
public static WebRequestDeviceType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2024. All rights reserved.