public static enum ERTag.Inclusion extends Enum<ERTag.Inclusion>
Modifier and Type | Method and Description |
---|---|
static ERTag.Inclusion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERTag.Inclusion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERTag.Inclusion ANY
public static final ERTag.Inclusion ALL
public static ERTag.Inclusion[] values()
for (ERTag.Inclusion c : ERTag.Inclusion.values()) System.out.println(c);
public static ERTag.Inclusion 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 © 2002 – 2024 Project Wonder.