public static enum ProcessMessageHandler.OperationType extends Enum<ProcessMessageHandler.OperationType>
Enum Constant and Description |
---|
ADD |
INVENTORY |
RECONNECT |
REMOVE |
SEND_STDIN |
START |
STOP |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static ProcessMessageHandler.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessMessageHandler.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessMessageHandler.OperationType ADD
public static final ProcessMessageHandler.OperationType INVENTORY
public static final ProcessMessageHandler.OperationType REMOVE
public static final ProcessMessageHandler.OperationType RECONNECT
public static final ProcessMessageHandler.OperationType SEND_STDIN
public static final ProcessMessageHandler.OperationType START
public static final ProcessMessageHandler.OperationType STOP
public static ProcessMessageHandler.OperationType[] values()
for (ProcessMessageHandler.OperationType c : ProcessMessageHandler.OperationType.values()) System.out.println(c);
public static ProcessMessageHandler.OperationType 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 nullpublic int getCode()
Copyright © 2023 JBoss by Red Hat. All rights reserved.