public static enum JParsingDialog.Algorithm extends Enum<JParsingDialog.Algorithm>
Enum Constant and Description |
---|
CONDENSED_BOTTOM_UP |
DEFAULT |
SIBLING_FINDER |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JParsingDialog.Algorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JParsingDialog.Algorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JParsingDialog.Algorithm DEFAULT
public static final JParsingDialog.Algorithm CONDENSED_BOTTOM_UP
public static final JParsingDialog.Algorithm SIBLING_FINDER
public static JParsingDialog.Algorithm[] values()
for (JParsingDialog.Algorithm c : JParsingDialog.Algorithm.values()) System.out.println(c);
public static JParsingDialog.Algorithm 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 toString()
toString
in class Enum<JParsingDialog.Algorithm>
Copyright © 2017. All rights reserved.