public static enum StartupProgressTrackerService.OSGiRV extends java.lang.Enum<StartupProgressTrackerService.OSGiRV>
| Enum Constant and Description |
|---|
CONTINUE
Continue with the start process
|
EXIT
End the start process and shutdown
|
RESTART
End the statt process and restart
|
| Modifier and Type | Method and Description |
|---|---|
static StartupProgressTrackerService.OSGiRV |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StartupProgressTrackerService.OSGiRV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartupProgressTrackerService.OSGiRV CONTINUE
public static final StartupProgressTrackerService.OSGiRV RESTART
public static final StartupProgressTrackerService.OSGiRV EXIT
public static StartupProgressTrackerService.OSGiRV[] values()
for (StartupProgressTrackerService.OSGiRV c : StartupProgressTrackerService.OSGiRV.values()) System.out.println(c);
public static StartupProgressTrackerService.OSGiRV 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