public static enum RemoveConditionalMutator.Choice extends Enum<RemoveConditionalMutator.Choice>
Modifier and Type | Method and Description |
---|---|
static RemoveConditionalMutator.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveConditionalMutator.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoveConditionalMutator.Choice EQUAL
public static final RemoveConditionalMutator.Choice ORDER
public static RemoveConditionalMutator.Choice[] values()
for (RemoveConditionalMutator.Choice c : RemoveConditionalMutator.Choice.values()) System.out.println(c);
public static RemoveConditionalMutator.Choice 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 nullCopyright © 2021 org.pitest. All rights reserved.