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