public static enum OrchestrationConfig.Source extends Enum<OrchestrationConfig.Source>
| Enum Constant and Description |
|---|
ANNOTATIONS
Configured from annotations.
|
CONFIGURE_ME
Configured by
ConfigureMe. |
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationConfig.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrchestrationConfig.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrchestrationConfig.Source ANNOTATIONS
public static final OrchestrationConfig.Source CONFIGURE_ME
ConfigureMe.public static OrchestrationConfig.Source[] values()
for (OrchestrationConfig.Source c : OrchestrationConfig.Source.values()) System.out.println(c);
public static OrchestrationConfig.Source 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 © 2013–2019 BB Corp. All rights reserved.