public static enum Maapi.Verbosity extends Enum<Maapi.Verbosity>
Maapi.reportProgress(int,Verbosity,String)
 Maapi.reportProgress(int,Verbosity,String,String)
 Maapi.reportProgressStart(int,Verbosity,String,String)
 Maapi.reportNedProgress(Verbosity,String,String,String)
 Maapi.reportNedProgressStart(Verbosity,String,String,String)
 Maapi.reportServiceProgress(int,Verbosity,String,ConfPath)
 #reportServiceProgress(int,Verbosity,String,ConfPath,String)
 #reportServiceProgressStart(int,Verbosity,String,ConfPath,String)| Enum Constant and Description | 
|---|
DEBUG
The highest verbosity level. 
 | 
NORMAL
Designates informational messages that highlight the progress
 of the application at coarse-granined level. 
 | 
VERBOSE
Designates detailed informational messages from the application. 
 | 
VERY_VERBOSE
Designates very detailed informational messages from the application
 and its internal operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Maapi.Verbosity | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Maapi.Verbosity[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Maapi.Verbosity NORMAL
public static final Maapi.Verbosity VERBOSE
public static final Maapi.Verbosity VERY_VERBOSE
public static final Maapi.Verbosity DEBUG
public static Maapi.Verbosity[] values()
for (Maapi.Verbosity c : Maapi.Verbosity.values()) System.out.println(c);
public static Maapi.Verbosity 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 null