public static enum NativeCSSStyleDeclaration.CSSConstant extends Enum<NativeCSSStyleDeclaration.CSSConstant> implements HasCSSName
Modifier and Type | Method and Description |
---|---|
static NativeCSSStyleDeclaration.CSSConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeCSSStyleDeclaration.CSSConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
css
public static final NativeCSSStyleDeclaration.CSSConstant INITIAL
public static final NativeCSSStyleDeclaration.CSSConstant INHERIT
public static NativeCSSStyleDeclaration.CSSConstant[] values()
for (NativeCSSStyleDeclaration.CSSConstant c : NativeCSSStyleDeclaration.CSSConstant.values()) System.out.println(c);
public static NativeCSSStyleDeclaration.CSSConstant 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 Xalys. All rights reserved.