public static enum SensitiveTypePattern.SearchType extends Enum<SensitiveTypePattern.SearchType> implements BmcEnum
The search type indicating how the column name, comment and data patterns should be used by data discovery. Learn more.
Enum Constant and Description |
---|
And |
Or |
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 SensitiveTypePattern.SearchType |
create(String key) |
String |
getValue() |
static SensitiveTypePattern.SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensitiveTypePattern.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensitiveTypePattern.SearchType Or
public static final SensitiveTypePattern.SearchType And
public static final SensitiveTypePattern.SearchType UnknownEnumValue
public static SensitiveTypePattern.SearchType[] values()
for (SensitiveTypePattern.SearchType c : SensitiveTypePattern.SearchType.values()) System.out.println(c);
public static SensitiveTypePattern.SearchType 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 SensitiveTypePattern.SearchType create(String key)
Copyright © 2016–2023. All rights reserved.