public static enum StateModification.OpEnum extends Enum<StateModification.OpEnum>
Enum Constant and Description |
---|
REPLACE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static StateModification.OpEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateModification.OpEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateModification.OpEnum REPLACE
public static StateModification.OpEnum[] values()
for (StateModification.OpEnum c : StateModification.OpEnum.values()) System.out.println(c);
public static StateModification.OpEnum 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 toString()
toString
in class Enum<StateModification.OpEnum>
Copyright © 2020 Red Hat. All rights reserved.