public enum MediaDescEnum extends java.lang.Enum<MediaDescEnum>
| Enum Constant and Description |
|---|
ALL |
AURAL |
BOGUS |
BRAILLE |
HANDHELD |
NONE |
PRINT |
PROJECTION |
SCREEN |
TTY |
TV |
| Modifier and Type | Method and Description |
|---|---|
static MediaDescEnum |
getConstantByValue(int value) |
int |
getValue() |
static MediaDescEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDescEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaDescEnum ALL
public static final MediaDescEnum SCREEN
public static final MediaDescEnum TTY
public static final MediaDescEnum TV
public static final MediaDescEnum PROJECTION
public static final MediaDescEnum HANDHELD
public static final MediaDescEnum PRINT
public static final MediaDescEnum BRAILLE
public static final MediaDescEnum AURAL
public static final MediaDescEnum NONE
public static final MediaDescEnum BOGUS
public static MediaDescEnum[] values()
for (MediaDescEnum c : MediaDescEnum.values()) System.out.println(c);
public static MediaDescEnum 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 int getValue()
public static MediaDescEnum getConstantByValue(int value) throws net.anotheria.asg.exception.ConstantNotFoundException
net.anotheria.asg.exception.ConstantNotFoundExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.