public static enum JavaFormatterOptions.SortImports extends Enum<JavaFormatterOptions.SortImports>
| Modifier and Type | Method and Description |
|---|---|
static JavaFormatterOptions.SortImports |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaFormatterOptions.SortImports[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaFormatterOptions.SortImports NO
public static final JavaFormatterOptions.SortImports ONLY
public static final JavaFormatterOptions.SortImports ALSO
public static JavaFormatterOptions.SortImports[] values()
for (JavaFormatterOptions.SortImports c : JavaFormatterOptions.SortImports.values()) System.out.println(c);
public static JavaFormatterOptions.SortImports 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 © 2015–2016 Google Inc.. All rights reserved.