public enum ExternalComponentMessageType extends Enum<ExternalComponentMessageType>
| Enum Constant and Description |
|---|
CONFIGURATION_OK |
DATASET |
FILTER |
FIX_CONFIGURATION |
FUNCTION_CALL |
FUNCTION_RESPONSE |
INIT |
READY |
| Modifier and Type | Method and Description |
|---|---|
static ExternalComponentMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalComponentMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalComponentMessageType FUNCTION_RESPONSE
public static final ExternalComponentMessageType DATASET
public static final ExternalComponentMessageType INIT
public static final ExternalComponentMessageType FUNCTION_CALL
public static final ExternalComponentMessageType FILTER
public static final ExternalComponentMessageType FIX_CONFIGURATION
public static final ExternalComponentMessageType CONFIGURATION_OK
public static final ExternalComponentMessageType READY
public static ExternalComponentMessageType[] values()
for (ExternalComponentMessageType c : ExternalComponentMessageType.values()) System.out.println(c);
public static ExternalComponentMessageType 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 © 2012–2021 JBoss by Red Hat. All rights reserved.