public static enum PlSqlCompilerOptions.WarningValue extends java.lang.Enum<PlSqlCompilerOptions.WarningValue>
| Modifier and Type | Method and Description |
|---|---|
static PlSqlCompilerOptions.WarningValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlSqlCompilerOptions.WarningValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlSqlCompilerOptions.WarningValue ENABLE
public static final PlSqlCompilerOptions.WarningValue DISABLE
public static final PlSqlCompilerOptions.WarningValue ERROR
public static PlSqlCompilerOptions.WarningValue[] values()
for (PlSqlCompilerOptions.WarningValue c : PlSqlCompilerOptions.WarningValue.values()) System.out.println(c);
public static PlSqlCompilerOptions.WarningValue valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null