public static enum B2BWorkflowIntegrationService.ACTIONCODES extends java.lang.Enum<B2BWorkflowIntegrationService.ACTIONCODES>
| Enum Constant and Description |
|---|
ACCEPT_SALES_QUOTES |
APPROVAL |
APPROVED |
BACK_TO_PROCESSENGINE |
END |
REJECT_SALES_QUOTES |
REJECTED |
START |
| Modifier and Type | Method and Description |
|---|---|
static B2BWorkflowIntegrationService.ACTIONCODES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static B2BWorkflowIntegrationService.ACTIONCODES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final B2BWorkflowIntegrationService.ACTIONCODES APPROVAL
public static final B2BWorkflowIntegrationService.ACTIONCODES APPROVED
public static final B2BWorkflowIntegrationService.ACTIONCODES REJECTED
public static final B2BWorkflowIntegrationService.ACTIONCODES BACK_TO_PROCESSENGINE
public static final B2BWorkflowIntegrationService.ACTIONCODES END
public static final B2BWorkflowIntegrationService.ACTIONCODES START
public static final B2BWorkflowIntegrationService.ACTIONCODES ACCEPT_SALES_QUOTES
public static final B2BWorkflowIntegrationService.ACTIONCODES REJECT_SALES_QUOTES
public static B2BWorkflowIntegrationService.ACTIONCODES[] values()
for (B2BWorkflowIntegrationService.ACTIONCODES c : B2BWorkflowIntegrationService.ACTIONCODES.values()) System.out.println(c);
public static B2BWorkflowIntegrationService.ACTIONCODES valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.