|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HamletSpec.Media>
org.apache.hadoop.yarn.webapp.hamlet.HamletSpec.Media
public static enum HamletSpec.Media
%MediaDesc (case-sensitive)
| Enum Constant Summary | |
|---|---|
all
suitable all media |
|
aural
aural |
|
braille
braille |
|
handheld
mobile device |
|
print
print media |
|
projection
projection |
|
screen
computer screen |
|
tty
teletype/terminal |
|
tv
television |
|
| Method Summary | |
|---|---|
static HamletSpec.Media |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HamletSpec.Media[] |
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 HamletSpec.Media screen
public static final HamletSpec.Media tty
public static final HamletSpec.Media tv
public static final HamletSpec.Media projection
public static final HamletSpec.Media handheld
public static final HamletSpec.Media print
public static final HamletSpec.Media braille
public static final HamletSpec.Media aural
public static final HamletSpec.Media all
| Method Detail |
|---|
public static HamletSpec.Media[] values()
for (HamletSpec.Media c : HamletSpec.Media.values()) System.out.println(c);
public static HamletSpec.Media valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||