public static enum SqlFirewallViolationSummary.SqlLevel extends Enum<SqlFirewallViolationSummary.SqlLevel> implements BmcEnum
Specifies the level of SQL for this violation. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
Enum Constant and Description |
---|
AllSql |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UserIssuedSql |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallViolationSummary.SqlLevel |
create(String key) |
String |
getValue() |
static SqlFirewallViolationSummary.SqlLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFirewallViolationSummary.SqlLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlFirewallViolationSummary.SqlLevel UserIssuedSql
public static final SqlFirewallViolationSummary.SqlLevel AllSql
public static final SqlFirewallViolationSummary.SqlLevel UnknownEnumValue
public static SqlFirewallViolationSummary.SqlLevel[] values()
for (SqlFirewallViolationSummary.SqlLevel c : SqlFirewallViolationSummary.SqlLevel.values()) System.out.println(c);
public static SqlFirewallViolationSummary.SqlLevel 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 SqlFirewallViolationSummary.SqlLevel create(String key)
Copyright © 2016–2024. All rights reserved.