public enum NSDMode extends Enum<NSDMode> implements INumberEnum<Short>
| Enum Constant and Description |
|---|
DONT_RUN_ANYTHING |
NSD_AUTOMONITOR |
PANIC_DIRECT |
RUN_ALL |
RUN_CLEANUPSCRIPT_ONLY |
RUN_NSD_ONLY |
RUN_QOS_NSD |
SHUTDOWN_HANG |
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Short |
getValue() |
static NSDMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NSDMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NSDMode RUN_ALL
public static final NSDMode RUN_CLEANUPSCRIPT_ONLY
public static final NSDMode RUN_NSD_ONLY
public static final NSDMode DONT_RUN_ANYTHING
public static final NSDMode SHUTDOWN_HANG
public static final NSDMode PANIC_DIRECT
public static final NSDMode RUN_QOS_NSD
public static final NSDMode NSD_AUTOMONITOR
public static NSDMode[] values()
for (NSDMode c : NSDMode.values()) System.out.println(c);
public static NSDMode 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 Short getValue()
getValue in interface INumberEnum<Short>public long getLongValue()
getLongValue in interface INumberEnum<Short>longCopyright © 2019–2021 HCL. All rights reserved.