public static enum ManagedProcess.ProcessType extends Enum<ManagedProcess.ProcessType>
| Enum Constant and Description |
|---|
APPLICATION |
LAUNCHER |
UIMA_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static ManagedProcess.ProcessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedProcess.ProcessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedProcess.ProcessType UIMA_SERVICE
public static final ManagedProcess.ProcessType APPLICATION
public static final ManagedProcess.ProcessType LAUNCHER
public static ManagedProcess.ProcessType[] values()
for (ManagedProcess.ProcessType c : ManagedProcess.ProcessType.values()) System.out.println(c);
public static ManagedProcess.ProcessType 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 © 2012–2017 The Apache Software Foundation. All rights reserved.