public static enum OrchestrationConfig.EngineCapability extends Enum<OrchestrationConfig.EngineCapability>
| Enum Constant and Description |
|---|
BLANKET_APPROVAL |
SIMULATION |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static OrchestrationConfig.EngineCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrchestrationConfig.EngineCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrchestrationConfig.EngineCapability STANDARD
public static final OrchestrationConfig.EngineCapability BLANKET_APPROVAL
public static final OrchestrationConfig.EngineCapability SIMULATION
public static OrchestrationConfig.EngineCapability[] values()
for (OrchestrationConfig.EngineCapability c : OrchestrationConfig.EngineCapability.values()) System.out.println(c);
public static OrchestrationConfig.EngineCapability 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 © 2005–2016 The Kuali Foundation. All rights reserved.