public static enum DiscoveryJobResultSummary.RelationType extends Enum<DiscoveryJobResultSummary.RelationType> implements BmcEnum
The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
Enum Constant and Description |
---|
AppDefined |
DbDefined |
None |
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 DiscoveryJobResultSummary.RelationType |
create(String key) |
String |
getValue() |
static DiscoveryJobResultSummary.RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResultSummary.RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryJobResultSummary.RelationType None
public static final DiscoveryJobResultSummary.RelationType AppDefined
public static final DiscoveryJobResultSummary.RelationType DbDefined
public static final DiscoveryJobResultSummary.RelationType UnknownEnumValue
public static DiscoveryJobResultSummary.RelationType[] values()
for (DiscoveryJobResultSummary.RelationType c : DiscoveryJobResultSummary.RelationType.values()) System.out.println(c);
public static DiscoveryJobResultSummary.RelationType 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 DiscoveryJobResultSummary.RelationType create(String key)
Copyright © 2016–2023. All rights reserved.