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