public static enum DataMask.Standard extends Enum<DataMask.Standard>
| Modifier and Type | Method and Description | 
|---|---|
| DataMaskDescription | getDescription(String... params)Build a DataMaskDescription given the name and a set of parameters. | 
| String | getName()Get the name of the predefined data mask. | 
| static DataMask.Standard | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DataMask.Standard[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DataMask.Standard NULLIFY
public static final DataMask.Standard REDACT
public static final DataMask.Standard SHA256
public static DataMask.Standard[] values()
for (DataMask.Standard c : DataMask.Standard.values()) System.out.println(c);
public static DataMask.Standard 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 getName()
public DataMaskDescription getDescription(String... params)
params - the parametersCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.