public static enum QuotedNode.Type extends Enum<QuotedNode.Type>
Enum Constant and Description |
---|
Double |
DoubleAngle |
Single |
Modifier and Type | Method and Description |
---|---|
static QuotedNode.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotedNode.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotedNode.Type DoubleAngle
public static final QuotedNode.Type Double
public static final QuotedNode.Type Single
public static QuotedNode.Type[] values()
for (QuotedNode.Type c : QuotedNode.Type.values()) System.out.println(c);
public static QuotedNode.Type 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 © 2009–2023 org.pegdown. All rights reserved.