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