Serializable, Comparable<XmlLoadOptions.AttributeValuesQuoteTypeEnum>public static enum XmlLoadOptions.AttributeValuesQuoteTypeEnum extends Enum<XmlLoadOptions.AttributeValuesQuoteTypeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
XmlLoadOptions.AttributeValuesQuoteTypeEnum.Adapter |
| Enum Constant | Description |
|---|---|
DOUBLEQUOTE |
|
SINGLEQUOTE |
| Modifier and Type | Method | Description |
|---|---|---|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XmlLoadOptions.AttributeValuesQuoteTypeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlLoadOptions.AttributeValuesQuoteTypeEnum DOUBLEQUOTE
public static final XmlLoadOptions.AttributeValuesQuoteTypeEnum SINGLEQUOTE
public static XmlLoadOptions.AttributeValuesQuoteTypeEnum[] values()
for (XmlLoadOptions.AttributeValuesQuoteTypeEnum c : XmlLoadOptions.AttributeValuesQuoteTypeEnum.values()) System.out.println(c);
public static XmlLoadOptions.AttributeValuesQuoteTypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<XmlLoadOptions.AttributeValuesQuoteTypeEnum>public static XmlLoadOptions.AttributeValuesQuoteTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.