public enum JSXPrettyPrinterSelection extends java.lang.Enum<JSXPrettyPrinterSelection>
| Enum Constant | Description |
|---|---|
CODE |
Code style pretty printing.
|
MARKUP |
Markup style pretty printing.
|
NONE |
No pretty printing.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
|
java.lang.String |
toString() |
|
static JSXPrettyPrinterSelection |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JSXPrettyPrinterSelection[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSXPrettyPrinterSelection NONE
public static final JSXPrettyPrinterSelection MARKUP
public static final JSXPrettyPrinterSelection CODE
public static JSXPrettyPrinterSelection[] values()
for (JSXPrettyPrinterSelection c : JSXPrettyPrinterSelection.values()) System.out.println(c);
public static JSXPrettyPrinterSelection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<JSXPrettyPrinterSelection>public java.lang.String getName()
Copyright © 2017 <code@io7m.com> http://io7m.com