public class Config extends Object
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columns" type="{}columns"/>
<element name="tables" type="{}tables"/>
<element name="filters" type="{}filters" minOccurs="0"/>
<element name="UI" type="{}UI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Columns |
columns |
protected Filters |
filters |
protected Tables |
tables |
protected UI |
ui |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Columns |
getColumns()
Gets the value of the columns property.
|
Filters |
getFilters()
Gets the value of the filters property.
|
Tables |
getTables()
Gets the value of the tables property.
|
UI |
getUI()
Gets the value of the ui property.
|
void |
setColumns(Columns value)
Sets the value of the columns property.
|
void |
setFilters(Filters value)
Sets the value of the filters property.
|
void |
setTables(Tables value)
Sets the value of the tables property.
|
void |
setUI(UI value)
Sets the value of the ui property.
|
protected Columns columns
protected Tables tables
protected Filters filters
protected UI ui
public Columns getColumns()
Columnspublic void setColumns(Columns value)
value - allowed object is
Columnspublic Tables getTables()
Tablespublic void setTables(Tables value)
value - allowed object is
Tablespublic Filters getFilters()
Filterspublic void setFilters(Filters value)
value - allowed object is
FiltersCopyright © 2020. All rights reserved.