public static enum SAPCallFunction.SAPDestinationType extends Enum<SAPCallFunction.SAPDestinationType>
| Enum Constant and Description |
|---|
APPLICATION_SERVER |
MESSAGE_SERVER |
| Modifier and Type | Method and Description |
|---|---|
static SAPCallFunction.SAPDestinationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAPCallFunction.SAPDestinationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAPCallFunction.SAPDestinationType APPLICATION_SERVER
public static final SAPCallFunction.SAPDestinationType MESSAGE_SERVER
public static SAPCallFunction.SAPDestinationType[] values()
for (SAPCallFunction.SAPDestinationType c : SAPCallFunction.SAPDestinationType.values()) System.out.println(c);
public static SAPCallFunction.SAPDestinationType 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 © 2009–2021 Bonitasoft S.A.. All rights reserved.