| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Classes for dealing with PL/SQL objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlSqlCompilerOptions.WarningValue | 
PlSqlCompilerOptions.getWarningValue(PlSqlCompilerOptions.WarningCategory category)  | 
static PlSqlCompilerOptions.WarningValue | 
PlSqlCompilerOptions.WarningValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlSqlCompilerOptions.WarningValue[] | 
PlSqlCompilerOptions.WarningValue.values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlCompilerOptions.setWarningValue(PlSqlCompilerOptions.WarningCategory category, PlSqlCompilerOptions.WarningValue value)  |