public static class DatabaseObjectExplorer.Settings extends Object
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
String |
dataSourceUuid() |
DatabaseObjectExplorer.Settings |
dataSourceUuid(String selectedDataSourceUuid) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isShowObjectNameFilter() |
boolean |
isShowObjectTypeFilter() |
boolean |
isShowSchemaSelection() |
String |
schemaName() |
DatabaseObjectExplorer.Settings |
schemaName(String schemaName) |
DatabaseObjectExplorer.Settings |
showObjectNameFilter(boolean showObjectNameFilter) |
DatabaseObjectExplorer.Settings |
showObjectTypeFilter(boolean showObjectTypeFilter) |
DatabaseObjectExplorer.Settings |
showSchemaSelection(boolean showSchemaSelection) |
public String dataSourceUuid()
public DatabaseObjectExplorer.Settings dataSourceUuid(String selectedDataSourceUuid)
public String schemaName()
public DatabaseObjectExplorer.Settings schemaName(String schemaName)
public boolean isShowSchemaSelection()
public DatabaseObjectExplorer.Settings showSchemaSelection(boolean showSchemaSelection)
public boolean isShowObjectTypeFilter()
public DatabaseObjectExplorer.Settings showObjectTypeFilter(boolean showObjectTypeFilter)
public boolean isShowObjectNameFilter()
public DatabaseObjectExplorer.Settings showObjectNameFilter(boolean showObjectNameFilter)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.