public static enum TaintForListNodesOutput.EffectEnum extends Enum<TaintForListNodesOutput.EffectEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaintForListNodesOutput.EffectEnum.Adapter |
| Enum Constant and Description |
|---|
NOEXECUTE |
NOSCHEDULE |
PREFERNOSCHEDULE |
| Modifier and Type | Method and Description |
|---|---|
static TaintForListNodesOutput.EffectEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static TaintForListNodesOutput.EffectEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaintForListNodesOutput.EffectEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaintForListNodesOutput.EffectEnum NOSCHEDULE
public static final TaintForListNodesOutput.EffectEnum NOEXECUTE
public static final TaintForListNodesOutput.EffectEnum PREFERNOSCHEDULE
public static TaintForListNodesOutput.EffectEnum[] values()
for (TaintForListNodesOutput.EffectEnum c : TaintForListNodesOutput.EffectEnum.values()) System.out.println(c);
public static TaintForListNodesOutput.EffectEnum 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 String getValue()
public String toString()
toString in class Enum<TaintForListNodesOutput.EffectEnum>public static TaintForListNodesOutput.EffectEnum fromValue(String input)
Copyright © 2024. All rights reserved.