public static enum IntegrationEvent.IntegrationEvents extends Enum<IntegrationEvent.IntegrationEvents>
| Enum Constant and Description |
|---|
INTEGRATION_REQUESTED |
INTEGRATION_RESULT_RECEIVED |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationEvent.IntegrationEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationEvent.IntegrationEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationEvent.IntegrationEvents INTEGRATION_REQUESTED
public static final IntegrationEvent.IntegrationEvents INTEGRATION_RESULT_RECEIVED
public static IntegrationEvent.IntegrationEvents[] values()
for (IntegrationEvent.IntegrationEvents c : IntegrationEvent.IntegrationEvents.values()) System.out.println(c);
public static IntegrationEvent.IntegrationEvents 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 © 2010–2018 Alfresco. All rights reserved.