public static class Table.ColumnRef extends Object
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}id use="required""/>
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Boolean |
visible |
| Constructor and Description |
|---|
ColumnRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
Copyright © 2020. All rights reserved.