protected static enum importer.ModuleInfo extends java.lang.Enum<importer.ModuleInfo>
| Modifier and Type | Method and Description |
|---|---|
static importer.ModuleInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static importer.ModuleInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final importer.ModuleInfo ERROR
public static final importer.ModuleInfo NOT_FOUND
public static final importer.ModuleInfo MODULE
public static final importer.ModuleInfo PACKAGE
public static importer.ModuleInfo[] values()
for (importer.ModuleInfo c : importer.ModuleInfo.values()) System.out.println(c);
public static importer.ModuleInfo 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