public static enum DOMRegistry.MayMaps extends java.lang.Enum<DOMRegistry.MayMaps>
| Enum Constant and Description |
|---|
ELEMENTS_BY_ID |
ELEMENTS_BY_NAME |
ELEMENTS_BY_TAGNAME |
| Modifier and Type | Method and Description |
|---|---|
static DOMRegistry.MayMaps |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DOMRegistry.MayMaps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DOMRegistry.MayMaps ELEMENTS_BY_ID
public static final DOMRegistry.MayMaps ELEMENTS_BY_NAME
public static final DOMRegistry.MayMaps ELEMENTS_BY_TAGNAME
public static DOMRegistry.MayMaps valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static DOMRegistry.MayMaps[] values()
for (DOMRegistry.MayMaps c : DOMRegistry.MayMaps.values()) System.out.println(c);
Copyright © 2009-2019 Aarhus University