public static enum IntegrationAction.ActionType extends java.lang.Enum<IntegrationAction.ActionType>
Enum Constant and Description |
---|
InputForm |
Integration |
Message |
Modifier and Type | Method and Description |
---|---|
static IntegrationAction.ActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationAction.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationAction.ActionType Message
public static final IntegrationAction.ActionType Integration
public static final IntegrationAction.ActionType InputForm
public static IntegrationAction.ActionType[] values()
for (IntegrationAction.ActionType c : IntegrationAction.ActionType.values()) System.out.println(c);
public static IntegrationAction.ActionType 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 ? 2022. All Rights Reserved.