public static enum ModuleDescription.Status extends Enum<ModuleDescription.Status>
| Enum Constant and Description |
|---|
experimental |
mature |
| Modifier and Type | Method and Description |
|---|---|
static ModuleDescription.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleDescription.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleDescription.Status mature
public static final ModuleDescription.Status experimental
public static ModuleDescription.Status[] values()
for (ModuleDescription.Status c : ModuleDescription.Status.values()) System.out.println(c);
public static ModuleDescription.Status 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 © 2005-2019 HydroloGIS. All Rights Reserved.