public static enum XMLUtil.TagFormat extends Enum<XMLUtil.TagFormat>
| Modifier and Type | Method and Description |
|---|---|
static XMLUtil.TagFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLUtil.TagFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLUtil.TagFormat OPENING
public static final XMLUtil.TagFormat CLOSING
public static final XMLUtil.TagFormat BOTH
public static final XMLUtil.TagFormat EMPTY
public static XMLUtil.TagFormat[] values()
for (XMLUtil.TagFormat c : XMLUtil.TagFormat.values()) System.out.println(c);
public static XMLUtil.TagFormat 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.