public static enum ImportClassFixBase.Result extends java.lang.Enum<ImportClassFixBase.Result>
| Enum Constant and Description |
|---|
CLASS_AUTO_IMPORTED |
POPUP_NOT_SHOWN |
POPUP_SHOWN |
| Modifier and Type | Method and Description |
|---|---|
static ImportClassFixBase.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportClassFixBase.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportClassFixBase.Result POPUP_SHOWN
public static final ImportClassFixBase.Result CLASS_AUTO_IMPORTED
public static final ImportClassFixBase.Result POPUP_NOT_SHOWN
public static ImportClassFixBase.Result[] values()
for (ImportClassFixBase.Result c : ImportClassFixBase.Result.values()) System.out.println(c);
public static ImportClassFixBase.Result 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 null