| Package | Description | 
|---|---|
| oracle.ide.db.insight.model | 
 Classes to support the production of  
InsightItems
 for the Database UI. | 
| Modifier and Type | Method and Description | 
|---|---|
DBInsightContext.CasePolicy | 
DBInsightContext.getCasePolicy()
Get method for the case policy. 
 | 
static DBInsightContext.CasePolicy | 
DBInsightContext.CasePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DBInsightContext.CasePolicy[] | 
DBInsightContext.CasePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DBInsightContext.setCasePolicy(DBInsightContext.CasePolicy casePolicy)
Set method for the case policy. 
 |