public enum FastStubConfigurationAction extends Enum<FastStubConfigurationAction>
| Enum Constant and Description |
|---|
APPLY |
APPLY_AND_DEACTIVATE |
| Modifier and Type | Method and Description |
|---|---|
static FastStubConfigurationAction |
fromValue(String value)
Construct enum value from String.
|
String |
getStringValue() |
static FastStubConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastStubConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastStubConfigurationAction APPLY_AND_DEACTIVATE
public static final FastStubConfigurationAction APPLY
public static FastStubConfigurationAction[] values()
for (FastStubConfigurationAction c : FastStubConfigurationAction.values()) System.out.println(c);
public static FastStubConfigurationAction 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 getStringValue()
public static FastStubConfigurationAction fromValue(String value)
value - - string representation.Copyright © 2025. All rights reserved.