public enum SystemNodeCommandType extends java.lang.Enum<SystemNodeCommandType>
| Enum Constant and Description |
|---|
INSTALL_PLUGIN |
RESTART_PLUGIN |
START_PLUGIN |
STOP_PLUGIN |
UNINSTALL_PLUGIN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends NodeCommandMetadata> |
getCommandMetadataClass() |
static SystemNodeCommandType |
valueOf(java.lang.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(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 nullpublic java.lang.Class<? extends NodeCommandMetadata> getCommandMetadataClass()
Copyright © 2010-2019. All Rights Reserved.