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