public static enum MaskingErrorSummary.StepName extends Enum<MaskingErrorSummary.StepName> implements BmcEnum
The stepName of the masking error.
Enum Constant and Description |
---|
ExecuteMasking |
PostMasking |
PreMasking |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MaskingErrorSummary.StepName |
create(String key) |
String |
getValue() |
static MaskingErrorSummary.StepName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskingErrorSummary.StepName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaskingErrorSummary.StepName ExecuteMasking
public static final MaskingErrorSummary.StepName PreMasking
public static final MaskingErrorSummary.StepName PostMasking
public static final MaskingErrorSummary.StepName UnknownEnumValue
public static MaskingErrorSummary.StepName[] values()
for (MaskingErrorSummary.StepName c : MaskingErrorSummary.StepName.values()) System.out.println(c);
public static MaskingErrorSummary.StepName 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 static MaskingErrorSummary.StepName create(String key)
Copyright © 2016–2025. All rights reserved.