Serializable, Comparable<String>, org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>public enum EnumMediaMediaType extends Enum<EnumMediaMediaType> implements org.xmlet.xsdasmfaster.classes.infrastructure.EnumInterface<String>
| Enum Constant | Description |
|---|---|
ALL |
|
AURAL |
|
BRAILLE |
|
HANDHELD |
|
PRINT |
|
PROJECTION |
|
SCREEN |
|
TTY |
|
TV |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getValue() |
|
static EnumMediaMediaType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EnumMediaMediaType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumMediaMediaType SCREEN
public static final EnumMediaMediaType PRINT
public static final EnumMediaMediaType TTY
public static final EnumMediaMediaType TV
public static final EnumMediaMediaType PROJECTION
public static final EnumMediaMediaType HANDHELD
public static final EnumMediaMediaType BRAILLE
public static final EnumMediaMediaType AURAL
public static final EnumMediaMediaType ALL
public static EnumMediaMediaType[] values()
for (EnumMediaMediaType c : EnumMediaMediaType.values()) System.out.println(c);
public static EnumMediaMediaType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.