public enum SystemNodeCommandType extends Enum<SystemNodeCommandType>
| Enum Constant and Description |
|---|
INSTALL_PLUGIN |
RESTART_PLUGIN |
START_PLUGIN |
STOP_PLUGIN |
UNINSTALL_PLUGIN |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends NodeCommandMetadata> |
getCommandMetadataClass() |
static SystemNodeCommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemNodeCommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemNodeCommandType INSTALL_PLUGIN
public static final SystemNodeCommandType UNINSTALL_PLUGIN
public static final SystemNodeCommandType START_PLUGIN
public static final SystemNodeCommandType STOP_PLUGIN
public static final SystemNodeCommandType RESTART_PLUGIN
public static SystemNodeCommandType[] values()
for (SystemNodeCommandType c : SystemNodeCommandType.values()) System.out.println(c);
public static SystemNodeCommandType 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 Class<? extends NodeCommandMetadata> getCommandMetadataClass()
Copyright © 2010-2016. All Rights Reserved.