public class PlSqlCompilerOptions extends HashStructureAdapter
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PlSqlCompilerOptions.WarningCategory  | 
static class  | 
PlSqlCompilerOptions.WarningValue  | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
KEY
Deprecated - options are now part of the GlobalSettings. 
 | 
_hash| Constructor and Description | 
|---|
PlSqlCompilerOptions(HashStructure hash)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getWarningFlags()  | 
PlSqlCompilerOptions.WarningValue | 
getWarningValue(PlSqlCompilerOptions.WarningCategory category)  | 
boolean | 
isGeneratePlSqlDebugInfo()  | 
void | 
setGeneratePlSqlDebugInfo(boolean boo)  | 
void | 
setWarningFlags(java.lang.String flags)  | 
void | 
setWarningValue(PlSqlCompilerOptions.WarningCategory category,
               PlSqlCompilerOptions.WarningValue value)  | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String KEY
public PlSqlCompilerOptions(HashStructure hash)
public PlSqlCompilerOptions.WarningValue getWarningValue(PlSqlCompilerOptions.WarningCategory category)
public void setWarningValue(PlSqlCompilerOptions.WarningCategory category, PlSqlCompilerOptions.WarningValue value)
public void setWarningFlags(java.lang.String flags)
public java.lang.String getWarningFlags()
public boolean isGeneratePlSqlDebugInfo()
public void setGeneratePlSqlDebugInfo(boolean boo)