public static enum DiscoveryJobResult.RelationType extends Enum<DiscoveryJobResult.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 DiscoveryJobResult.RelationType |
create(String key) |
String |
getValue() |
static DiscoveryJobResult.RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobResult.RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryJobResult.RelationType None
public static final DiscoveryJobResult.RelationType AppDefined
public static final DiscoveryJobResult.RelationType DbDefined
public static final DiscoveryJobResult.RelationType UnknownEnumValue
public static DiscoveryJobResult.RelationType[] values()
for (DiscoveryJobResult.RelationType c : DiscoveryJobResult.RelationType.values()) System.out.println(c);
public static DiscoveryJobResult.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 DiscoveryJobResult.RelationType create(String key)
Copyright © 2016–2023. All rights reserved.