public static enum Adl.Profile extends java.lang.Enum<Adl.Profile>
| Enum Constant and Description |
|---|
DESKTOP |
EXTENDED_DESKTOP |
EXTENDED_MOBILE_DEVICE |
EXTENDED_TV |
MOBILE_DEVICE |
TV |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
| Modifier and Type | Method and Description |
|---|---|
static Adl.Profile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Adl.Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adl.Profile MOBILE_DEVICE
public static final Adl.Profile EXTENDED_MOBILE_DEVICE
public static final Adl.Profile DESKTOP
public static final Adl.Profile EXTENDED_DESKTOP
public static final Adl.Profile TV
public static final Adl.Profile EXTENDED_TV
public static Adl.Profile[] values()
for (Adl.Profile c : Adl.Profile.values()) System.out.println(c);
public static Adl.Profile 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 null