|
spring-mobile-device | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SitePreference>
org.springframework.mobile.device.site.SitePreference
public enum SitePreference
Possible site preference values.
| Enum Constant Summary | |
|---|---|
MOBILE
The user prefers the 'mobile' site. |
|
NORMAL
The user prefers the 'normal' site. |
|
| Method Summary | |
|---|---|
boolean |
isMobile()
Tests if this is the 'mobile' SitePreference. |
static SitePreference |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SitePreference[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SitePreference NORMAL
public static final SitePreference MOBILE
| Method Detail |
|---|
public static SitePreference[] values()
for (SitePreference c : SitePreference.values()) System.out.println(c);
public static SitePreference valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic boolean isMobile()
|
spring-mobile-device | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||