public static enum CSSMediaQuery.EModifier extends Enum<CSSMediaQuery.EModifier>
| Modifier and Type | Method and Description |
|---|---|
String |
getCSSText() |
static CSSMediaQuery.EModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSMediaQuery.EModifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSSMediaQuery.EModifier NONE
public static final CSSMediaQuery.EModifier NOT
public static final CSSMediaQuery.EModifier ONLY
public static CSSMediaQuery.EModifier[] values()
for (CSSMediaQuery.EModifier c : CSSMediaQuery.EModifier.values()) System.out.println(c);
public static CSSMediaQuery.EModifier 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 © 2014–2022 Philip Helger. All rights reserved.