public class Property extends ColumnConfiguration
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property">
<complexContent>
<extension base="{}columnConfiguration">
<sequence minOccurs="0">
<element name="language" type="{}language" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameter" type="{}parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="selectable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
editor |
protected List<Language> |
language |
protected List<Parameter> |
parameter |
protected String |
qualifier |
protected Boolean |
selectable |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditor()
Gets the value of the editor property.
|
List<Language> |
getLanguage()
Gets the value of the language property.
|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
String |
getQualifier()
Gets the value of the qualifier property.
|
boolean |
isSelectable()
Gets the value of the selectable property.
|
void |
setEditor(String value)
Sets the value of the editor property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
void |
setSelectable(Boolean value)
Sets the value of the selectable property.
|
getName, getPosition, getRenderer, getWidth, isEditable, isSortable, isVisible, setEditable, setName, setPosition, setRenderer, setSortable, setVisible, setWidthprotected String qualifier
protected Boolean selectable
protected String editor
public List<Language> getLanguage()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object. This is why there is not a set method for the language
property.
For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list Language
public List<Parameter> getParameter()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object. This is why there is not a set method for the parameter
property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list Parameter
public String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is Stringpublic boolean isSelectable()
Booleanpublic void setSelectable(Boolean value)
value - allowed object is Booleanpublic String getEditor()
StringCopyright © 2017 SAP SE. All Rights Reserved.