public static enum DeploymentTracing.ModuleMark extends Enum<DeploymentTracing.ModuleMark>
| Enum Constant and Description |
|---|
LOAD |
LOADED |
PREPARE |
PREPARE_EVENTS |
PREPARED |
START |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentTracing.ModuleMark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentTracing.ModuleMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentTracing.ModuleMark PREPARE
public static final DeploymentTracing.ModuleMark PREPARE_EVENTS
public static final DeploymentTracing.ModuleMark PREPARED
public static final DeploymentTracing.ModuleMark LOAD
public static final DeploymentTracing.ModuleMark LOADED
public static final DeploymentTracing.ModuleMark START
public static final DeploymentTracing.ModuleMark STARTED
public static DeploymentTracing.ModuleMark[] values()
for (DeploymentTracing.ModuleMark c : DeploymentTracing.ModuleMark.values()) System.out.println(c);
public static DeploymentTracing.ModuleMark 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 © 2018 Eclipse Foundation. All rights reserved.