Serializable
, Comparable<AttributeTree.ValueKind>
public static enum AttributeTree.ValueKind extends Enum<AttributeTree.ValueKind>
Enum Constant | Description |
---|---|
DOUBLE |
The attribute value is enclosed in double quotation marks.
|
EMPTY |
The attribute value is empty.
|
SINGLE |
The attribute value is enclosed in single quotation marks.
|
UNQUOTED |
The attribute value is not enclosed in quotes.
|
Modifier and Type | Method | Description |
---|---|---|
static AttributeTree.ValueKind |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AttributeTree.ValueKind[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeTree.ValueKind EMPTY
public static final AttributeTree.ValueKind UNQUOTED
public static final AttributeTree.ValueKind SINGLE
public static final AttributeTree.ValueKind DOUBLE
public static AttributeTree.ValueKind[] values()
for (AttributeTree.ValueKind c : AttributeTree.ValueKind.values()) System.out.println(c);
public static AttributeTree.ValueKind 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 null Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b154-1