public static enum StringUtils.ToXMLType extends Enum<StringUtils.ToXMLType>
| Enum Constant and Description |
|---|
XMLATTRIBUTE_WITH_DQUOTE |
XMLATTRIBUTE_WITH_QUOTE |
XMLTEXT |
| Modifier and Type | Method and Description |
|---|---|
static StringUtils.ToXMLType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringUtils.ToXMLType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringUtils.ToXMLType XMLTEXT
public static final StringUtils.ToXMLType XMLATTRIBUTE_WITH_DQUOTE
public static final StringUtils.ToXMLType XMLATTRIBUTE_WITH_QUOTE
public static StringUtils.ToXMLType[] values()
for (StringUtils.ToXMLType c : StringUtils.ToXMLType.values()) System.out.println(c);
public static StringUtils.ToXMLType 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 © 2010 - 2020 Adobe. All Rights Reserved