@JsType(namespace="xgl.css") public static enum MutableStyle.CSSConstant extends Enum<MutableStyle.CSSConstant> implements HasCSSName
| Modifier and Type | Method and Description |
|---|---|
static MutableStyle.CSSConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableStyle.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, valueOfcsspublic static final MutableStyle.CSSConstant INITIAL
public static final MutableStyle.CSSConstant INHERIT
public static MutableStyle.CSSConstant[] values()
for (MutableStyle.CSSConstant c : MutableStyle.CSSConstant.values()) System.out.println(c);
public static MutableStyle.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.