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