public static enum InternalKieScanner.Status extends Enum<InternalKieScanner.Status>
Enum Constant and Description |
---|
RUNNING |
SCANNING |
SHUTDOWN |
STARTING |
STOPPED |
UPDATING |
Modifier and Type | Method and Description |
---|---|
static InternalKieScanner.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalKieScanner.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalKieScanner.Status STARTING
public static final InternalKieScanner.Status SCANNING
public static final InternalKieScanner.Status UPDATING
public static final InternalKieScanner.Status RUNNING
public static final InternalKieScanner.Status STOPPED
public static final InternalKieScanner.Status SHUTDOWN
public static InternalKieScanner.Status[] values()
for (InternalKieScanner.Status c : InternalKieScanner.Status.values()) System.out.println(c);
public static InternalKieScanner.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 © 2001–2015 JBoss by Red Hat. All rights reserved.