
public static enum SubMonitor.ProbingMode extends Enum<SubMonitor.ProbingMode>
| Modifier and Type | Field and Description |
|---|---|
static SubMonitor.ProbingMode |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static SubMonitor.ProbingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubMonitor.ProbingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubMonitor.ProbingMode OFF
public static final SubMonitor.ProbingMode STANDARD
public static final SubMonitor.ProbingMode FULL
public static final SubMonitor.ProbingMode DEFAULT
public static SubMonitor.ProbingMode[] values()
for (SubMonitor.ProbingMode c : SubMonitor.ProbingMode.values()) System.out.println(c);
public static SubMonitor.ProbingMode 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 (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.