public static enum MavenEmbedderUtils.MavenEmbedderMode extends Enum<MavenEmbedderUtils.MavenEmbedderMode>
| Modifier and Type | Method and Description |
|---|---|
static MavenEmbedderUtils.MavenEmbedderMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenEmbedderUtils.MavenEmbedderMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenEmbedderUtils.MavenEmbedderMode SYNC
public static final MavenEmbedderUtils.MavenEmbedderMode ASYNC
public static MavenEmbedderUtils.MavenEmbedderMode[] values()
for (MavenEmbedderUtils.MavenEmbedderMode c : MavenEmbedderUtils.MavenEmbedderMode.values()) System.out.println(c);
public static MavenEmbedderUtils.MavenEmbedderMode 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–2019 jBPM dev team. All rights reserved.