public enum MCMPRequestType extends Enum<MCMPRequestType>
| Enum Constant and Description |
|---|
CONFIG |
DISABLE_APP |
DUMP |
ENABLE_APP |
INFO |
PING |
REMOVE_APP |
STATUS |
STOP_APP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEstablishesServer() |
String |
toString() |
static MCMPRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MCMPRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCMPRequestType CONFIG
public static final MCMPRequestType ENABLE_APP
public static final MCMPRequestType DISABLE_APP
public static final MCMPRequestType STOP_APP
public static final MCMPRequestType REMOVE_APP
public static final MCMPRequestType STATUS
public static final MCMPRequestType INFO
public static final MCMPRequestType DUMP
public static final MCMPRequestType PING
public static MCMPRequestType[] values()
for (MCMPRequestType c : MCMPRequestType.values()) System.out.println(c);
public static MCMPRequestType 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 boolean getEstablishesServer()
public String toString()
toString in class Enum<MCMPRequestType>Copyright © 2023 JBoss by Red Hat. All rights reserved.