public static enum HtmlAttributeValueNode.Quotes extends Enum<HtmlAttributeValueNode.Quotes>
| Modifier and Type | Method and Description |
|---|---|
String |
getQuotationCharacter() |
static HtmlAttributeValueNode.Quotes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlAttributeValueNode.Quotes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlAttributeValueNode.Quotes DOUBLE
public static final HtmlAttributeValueNode.Quotes SINGLE
public static final HtmlAttributeValueNode.Quotes NONE
public static HtmlAttributeValueNode.Quotes[] values()
for (HtmlAttributeValueNode.Quotes c : HtmlAttributeValueNode.Quotes.values()) System.out.println(c);
public static HtmlAttributeValueNode.Quotes 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 getQuotationCharacter()