public enum ModuleType extends java.lang.Enum<ModuleType>
Enum Constant and Description |
---|
CLOCK
Analog or digital clock.
|
FLASH
Adobe Flash content.
|
GADGET
Google Gadget.
|
GALLERY
Multimedia gallery .
|
HOT_SPOT
Touch regions in kiosk applications.
|
IMAGE
Image slideshow with transitions.
|
KEYBOARD
On screen keyboard for use with kiosk or touch displays.
|
QR_CODE
QR code image.
|
RICH_TEXT
Richly formatted text.
|
SCROLL_VIEWER
Touch enabled image scroller.
|
STATIC_IMAGE
Single static image.
|
TEXT
Static text.
|
TICKER
Scrolling marquee/ticker.
|
TV
Live TV or video feed.
|
WEATHER
Current temperature and weather condition.
|
WEB
Web content.
|
Modifier and Type | Method and Description |
---|---|
static ModuleType |
fromString(java.lang.String x)
From string.
|
static ModuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleType GALLERY
public static final ModuleType IMAGE
public static final ModuleType TICKER
public static final ModuleType WEATHER
public static final ModuleType CLOCK
public static final ModuleType STATIC_IMAGE
public static final ModuleType FLASH
public static final ModuleType WEB
public static final ModuleType TV
public static final ModuleType KEYBOARD
public static final ModuleType TEXT
public static final ModuleType RICH_TEXT
public static final ModuleType HOT_SPOT
public static final ModuleType QR_CODE
public static final ModuleType GADGET
public static final ModuleType SCROLL_VIEWER
public static ModuleType[] values()
for (ModuleType c : ModuleType.values()) System.out.println(c);
public static ModuleType 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 namejava.lang.NullPointerException
- if the argument is nullpublic static ModuleType fromString(java.lang.String x)
x
- the string value of the module