public static enum ScpCfServiceDestinationLoader.CfServices extends Enum<ScpCfServiceDestinationLoader.CfServices>
ScpCfServiceDestinationLoader.getDestinationForService(CfServices, String)
and
ScpCfServiceDestinationLoader.getDestinationForService(CfServices)
are listed in this enum.Enum Constant and Description |
---|
WORKFLOW
Workflow service
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Map<String,String> |
getMapping() |
static ScpCfServiceDestinationLoader.CfServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScpCfServiceDestinationLoader.CfServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScpCfServiceDestinationLoader.CfServices WORKFLOW
public static ScpCfServiceDestinationLoader.CfServices[] values()
for (ScpCfServiceDestinationLoader.CfServices c : ScpCfServiceDestinationLoader.CfServices.values()) System.out.println(c);
public static ScpCfServiceDestinationLoader.CfServices 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 nullpublic String getLabel()
Copyright © 2021 SAP SE. All rights reserved.