public enum MaskMode extends Enum<MaskMode>
| Modifier and Type | Method and Description |
|---|---|
String |
getMode() |
static MaskMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaskMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaskMode NULLIFY
public static final MaskMode HASH
public static final MaskMode REDACT
public static MaskMode[] values()
for (MaskMode c : MaskMode.values()) System.out.println(c);
public static MaskMode 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 getMode()
Copyright © 2023 The Apache Software Foundation. All rights reserved.